Releases: runeanielsen/typesense-clj
Releases · runeanielsen/typesense-clj
0.1.115
Important changes
No important changes, mainly cleanup of the codebase, improve tests and update to dependencies . There is no breaking changes.
What's Changed
- switches to official clojure image for tools deps by @runeanielsen in #19
- improves testing setup by @runeanielsen in #20
- updates test section of readme by @runeanielsen in #21
- improves formatting for api-tests by @runeanielsen in #22
- improves search test and example docs for it by @runeanielsen in #23
- improves readability for api keys integration tests by @runeanielsen in #24
- reduces exception handling boilerplate code by @runeanielsen in #25
- fixes incorrect response example from list collections by @runeanielsen in #26
- adds example for geosearch by @runeanielsen in #27
- add missing lang declaration for geosearch example by @runeanielsen in #28
- now waits for typesense to have started before running tests by @runeanielsen in #29
- adds utf8 character to tests to make sure UTF8 is handled by @runeanielsen in #30
- improves naming map to url parameter string by @runeanielsen in #31
- simplify maps to json lines by @runeanielsen in #32
- clean up and improve readability of util functions by @runeanielsen in #33
Full Changelog: 0.1.100...0.1.115
0.1.100
What's Changed
- update dependencies by @runeanielsen in #15
- improves performance for bulk import by @runeanielsen in #18
Full Changelog: 0.1.94...0.1.100
0.1.94
What's Changed
- updates typesense integration test version to 0.22.2 by @runeanielsen in #10
- fixes issue with search returning a vector instead of map by @runeanielsen in #12
Full Changelog: 0.1.84...0.1.94
0.1.84
What's Changed
- updated supported version to 0.22 by @runeanielsen in #1
- support for limit_multi_searches in multi-search by @runeanielsen in #2
New Contributors
- @runeanielsen made their first contribution in #1
Full Changelog: 0.1.82...0.1.84
0.1.82
- Renamed internal transformation functions to have correct names regarding transformation inputs and results.
0.1.79
Initial release.