Skip to content

Commit

Permalink
[DE-584] Refactor Deprecated /_api/simple methods (#275)
Browse files Browse the repository at this point in the history
* initial commit

* Update CHANGELOG.md

* fix: validate index type on `find_in_box`

* fix: black

* cleanup: get_index

* address `find_in_box` improvements

* new: test case for no index provided

* add pragma no cover

adding a geo index only allows 1 or 2 fields, so this case will not happen (unless this changes in the future)

* fix: auto-gen collection name
  • Loading branch information
aMahanna authored Aug 22, 2023
1 parent 1dcc802 commit 022afc2
Show file tree
Hide file tree
Showing 6 changed files with 389 additions and 102 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ main
-----

* [DE-542] Added `shards()` method to `Collection`
* [DE-584] Refactor deprecated `/_api/simple` methods

7.6.0
-----
Expand Down
Loading

0 comments on commit 022afc2

Please sign in to comment.