Skip to content

Releases: abutaha/aws-es-proxy

v1.5

07 Mar 14:31
Compare
Choose a tag to compare

Added support for Amazon Opensearch Dashboards and Amazon Opensearch Serverless

v1.3

26 Jul 08:35
Compare
Choose a tag to compare

Merged #89 and fixed mongo-driver CVE-2021-20329

v1.2

11 Oct 11:33
Compare
Choose a tag to compare

Merged #78

v1.1

05 Jun 08:24
Compare
Choose a tag to compare

Merged #61, #72, #73

v1.0

05 Apr 01:29
Compare
Choose a tag to compare
  • Replaced glide with go modes
  • aws-sdk-go updated to v1.30.4
  • Replaced uuid generator with lightweight Mongo BSON ObjectID
  • Implemented HTTP Basic Auth
  • Implemented HTTP timeout
  • Fixed Kibana redirection issues
  • Removed all annoying 'log.Fatalln' lines.
  • Removed restrictions on endpoints. Any Elasticsearch endpoint can be used with the proxy, not only Amazon Elasticsearch.

v0.9

23 Nov 11:40
Compare
Choose a tag to compare

Clean the requested path before signing the request. Fixes #38

v0.8

09 Jan 21:32
Compare
Choose a tag to compare
v0.8 Pre-release
Pre-release

Small fix to meet satori's uuid change.

v0.7

11 Dec 18:38
Compare
Choose a tag to compare
v0.7 Pre-release
Pre-release

v0.6

10 Dec 17:07
Compare
Choose a tag to compare
v0.6 Pre-release
Pre-release

Release Notes

This version comes with major changes.

  • Most of the code was rewritten.
  • Added ability to disable signing the requests. This should make aws-es-proxy work with any ElasticSearch installation.
  • Added functionality to log client requests and server responses to log files for debug.

Notes:

At the moment, the log files are not being automatically rotated, so keep an eye on the file size.
If you are going to use Kibana most of the time, we recommend you to not enable file logging option as this will generate huge amount of unreadable data (Kibana webapp will be entirely written to the log file).

v0.5

10 Dec 02:24
Compare
Choose a tag to compare
v0.5 Pre-release
Pre-release

Release Notes:

  • Add header 'Content-Type: application/json' if specified in the calling client (e.g. curl). This is required for Amazon ElasticSearch 6.0

  • Auto refresh AWS Credentials (thanks to diranged@ for the patch)

  • Added DockerFile (thanks to em0ney@ for the patch)