Releases: Isan-Rivkin/surf
Releases · Isan-Rivkin/surf
v2.3.1
What's Changed
- AWS Search: serialize resource field to JSON by @Isan-Rivkin in #26
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- New Plugin: Aws Cloud Control API by @Isan-Rivkin in #23
Full Changelog: v2.2.2...v2.3.0
v2.2.2
PR #22
What's New
Parallel search in multiple AWS profiles/regions
- Supported in all AWS sub commands,
r53, s3, ddb, acm
. - Usage:
--aws-session profile1,region2 --aws-session profile2,region3
- Note:
--profile, --region
still supported but--aws-session
will override them if set.
Bug Fixed
- Correct error handling in
s3
search.
v2.1.2
v2.1.1
What's Changed
- New Feature: Search DynamoDB by @Isan-Rivkin in #18
- Support for Protobuf, Base64 and Binary encodings.
Full Changelog: v2.0.2...v2.1.1
v2.0.2
v2.0.1
v2.0.0
What's Changed
- Feature/elasticsearch by @Isan-Rivkin in #13
- New plugin for Elasticsearch / Opesearch:
es
- New Plugin for Logz.io:
logz
- Fixes #14 display pretty error for
VAULT_ADDR
config
sub-command:--list
and--clear-all
flags.- Better UX handling username/password messages
- New help screens.
Check the README.md
for usage examples!
Full Changelog: v1.5.0...v2.0.0
v1.5.0
v1.4.2
What's Changed
surf
now supports searching in Hasicorp Consul KV
- PR by @AliRamberg in #4
- See usage docs
- Example:
surf consul -q my-key
Thanks to @AliRamberg for an amazing contribution!
Full Changelog: v1.4.0...v1.4.1