Skip to content

Commit 602d3bb

Browse files
authored
Add Collection Alias, Preset, Stopword and Operations APIs (#57)
* fetch and codegen * feat: collection alias * feat: preset API * feat: add stopword API * feat: Operations API * inline * impl Into string for stopword and alias upsert * update typesense version * increase max retries of test client * fix deserialization error for get schema change operation
1 parent f56ca80 commit 602d3bb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+4168
-934
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
]
2626
services:
2727
typesense:
28-
image: typesense/typesense:30.0.rc10
28+
image: typesense/typesense:30.0.rc26
2929
ports:
3030
- 8108:8108/tcp
3131
volumes:

compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
typesense:
3-
image: typesense/typesense:30.0.rc10
3+
image: typesense/typesense:30.0.rc26
44
restart: on-failure
55
ports:
66
- '8108:8108'

0 commit comments

Comments
 (0)