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.
- Removed support of python 3.5
- Test automation runs for python 2.7, 3.6, 3.7, 3.8, 3.9, 3.10
-
#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
- #40 Adding support for aws SSM by @jwhaley-togetherwork
- #39 Fix for cache behaviour by @AndreZiviani
- #36 Added support for multiple AWS regions by @sergekh42
- #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.
- #32 Added Boto3 Session Cache by @joaogbcravo
- #27 - Fixed
setup.py
to reference correct binary deps by @khornberg - #23 -
PublicDnsName
is optional & fixed invocation ofprepare_searchable_instances
- #17 - Fix typos in env variable names by @flou
- #25 - Upgraded fzf libs to v0.17.0
- Adding tunneling
- Adding file based cache
- Adding full 32/64 bit support, issue #7
- Adding
--ip-only
functionality
- Bugfix, fixing linux platform detection, issue #3
- Bugfix, adding correct mac package
- Adding mac support
- Embeding fzf into package
- Adding
click
as command line arg parser, adding public ip support