Releases: amundsen-io/amundsensearchlibrary
Releases · amundsen-io/amundsensearchlibrary
1.4.3
1.4.3rc2
1.4.3rc1
1.4.3rc0
1.4.2
Test Release
This release contains updated logic for the new query string endpoint.
1.4.1
1.4.0
1.3.0: Adds swagger documentation. (#59)
* 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)
* 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