Skip to content

Latest commit

 

History

History
113 lines (68 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

113 lines (68 loc) · 2.83 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[Unreleased]

[1.1.2] - 2022-08-03

Changed

  • Removed support of python 3.5
  • Test automation runs for python 2.7, 3.6, 3.7, 3.8, 3.9, 3.10

Fixed

  • #44 Upgraded fzf to work on mac os monterey and ARM architecture by @epoplavskis

  • #45 Fix tests and bump up the version number by @palankai

[1.1.1] - 2021-02-24

Added

  • #40 Adding support for aws SSM by @jwhaley-togetherwork

Changed

  • #39 Fix for cache behaviour by @AndreZiviani

[1.1.0] - 2019-12-29

Added

  • #36 Added support for multiple AWS regions by @sergekh42

Changed

  • #33 Creates a different cache for each aws profile by @joaogbcravo
  • #36 Removed deprecated boto3-session-cache by @sergekh42
  • #37 We no longer run test this package on TravisCI with Python versions that effectively reached EOL (2.7, 3.4). However we added 3.7 (stable) and 3.8.

[1.0.0] - 2018-11-21

Added

  • #32 Added Boto3 Session Cache by @joaogbcravo

[0.3.6] - 2017-12-08

Added

  • #15 & #16- Add PublicDNS support by @Twista

Fixed

  • #27 - Fixed setup.py to reference correct binary deps by @khornberg
  • #23 - PublicDnsName is optional & fixed invocation of prepare_searchable_instances
  • #17 - Fix typos in env variable names by @flou

Changed

  • #25 - Upgraded fzf libs to v0.17.0

0.3.5

  • Adding tunneling
  • Adding file based cache

0.3.4

  • Adding full 32/64 bit support, issue #7

0.3.3

  • Adding --ip-only functionality

0.3.2

  • Bugfix, fixing linux platform detection, issue #3

0.3.1

  • Bugfix, adding correct mac package

0.3

  • Adding mac support

0.2.1

  • Embeding fzf into package

0.2

  • Adding click as command line arg parser, adding public ip support