Skip to content

Releases: amundsen-io/amundsensearchlibrary

1.4.3

20 Dec 18:29
Compare
Choose a tag to compare
Implements the functionality to customize the logging - Same as Metad…

1.4.3rc2

03 Dec 23:18
Compare
Choose a tag to compare
1.4.3rc2 Pre-release
Pre-release

Test modification to query string support

1.4.3rc1

03 Dec 20:16
Compare
Choose a tag to compare
1.4.3rc1 Pre-release
Pre-release

Test modification to query string support

1.4.3rc0

07 Nov 22:30
Compare
Choose a tag to compare
1.4.3rc0 Pre-release
Pre-release
Update the API to support json to dsl

1.4.2

06 Nov 06:24
9e49060
Compare
Choose a tag to compare
Allow all results to be shown when page index is -1 (#71)

Test Release

06 Feb 21:41
Compare
Choose a tag to compare
Test Release Pre-release
Pre-release

This release contains updated logic for the new query string endpoint.

1.4.1

22 Oct 17:26
452e032
Compare
Choose a tag to compare
Reenable OR operator for ES search result (#69)

1.4.0

27 Sep 06:11
Compare
Choose a tag to compare
Fix README.md API docs whitespace (#63)

1.3.0: Adds swagger documentation. (#59)

25 Sep 17:07
Compare
Choose a tag to compare
* Adds swagger documentation.

* Puts requirements in alphabetical order. Locks version of jsonschema to 2.6.0 to be compatiable with flasgger.

* Adds swagger unit tests. Remove unneeded fields from yml file.

* Adds documentation about the documentation

* Adds real data documentation for document and user apis. Reorganizes yml files.

* Cleans up documention

* Puts back doc strings.

* Update setup.py

1.2.1: [Bug Fix] Splits the document APIs into two objects. (#60)

23 Sep 17:07
Compare
Choose a tag to compare
* Splits the document APIs into two objects. One for the operations that act on Resource and one for operations that act on individuals.

* Combines all the document apis into one object. Splits the test.

* Update setup.py