Skip to content

Releases: Isan-Rivkin/surf

v2.3.1

17 Sep 06:48
0c8e2b8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

16 Sep 22:40
532690f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.2...v2.3.0

v2.2.2

18 Mar 14:56
fb5b87f
Compare
Choose a tag to compare

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

13 Feb 08:09
3baf38f
Compare
Choose a tag to compare

PR #21

v2.1.1

02 Feb 16:41
22a753c
Compare
Choose a tag to compare

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

08 Dec 15:08
Compare
Choose a tag to compare

Changelog

v2.0.1

08 Dec 14:57
de583e5
Compare
Choose a tag to compare

Changelog

  • de583e5 Merge pull request #17 from Isan-Rivkin/readme_update

v2.0.0

04 Sep 13:05
f697741
Compare
Choose a tag to compare

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

13 Jul 08:28
ba65335
Compare
Choose a tag to compare
  • Support for S3 buckets and keys.
  • Pattern match against Bucket names, Prefixes, and Patterns.

Example:

surf s3 -q some-key -b my-bucket-pattern --profile my-aws-profile 

Minor:

  • Fixes #9
  • Aligned Consul URLs output
  • Align Vault output

source: #11

v1.4.2

29 Jun 22:36
Compare
Choose a tag to compare

What's Changed

surf now supports searching in Hasicorp Consul KV

Thanks to @AliRamberg for an amazing contribution!

Full Changelog: v1.4.0...v1.4.1