Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support experimental manager #572

Merged
merged 36 commits into from
Oct 1, 2024
Merged
Changes from 1 commit
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
9ffd104
Add Embedder.URL
polyfloyd Aug 22, 2024
5eba25b
feat: add gzip and deflate encoding
Ja7ad Aug 22, 2024
9a6b1f6
feat: client support content encoding for body and response
Ja7ad Aug 22, 2024
db521a0
feat: add option for enable content encoding
Ja7ad Aug 22, 2024
59cc80d
feat: add content encoding and compress level type
Ja7ad Aug 22, 2024
d5a44d2
feat: add content encoding on constructor
Ja7ad Aug 22, 2024
d3de4f1
fix: header set for user agent
Ja7ad Aug 22, 2024
97e6d77
feat: add brotli encoding
Ja7ad Aug 23, 2024
b8a9f5a
fix: support request and response encoding same type encoding opt
Ja7ad Aug 23, 2024
ed267b4
fix: add unit test for options
Ja7ad Aug 23, 2024
238a029
feat: Add experimental features support
A7bari Aug 23, 2024
04aba93
generating type marshalers and unmarshalers
A7bari Aug 23, 2024
d9713ec
add: zero allocation copy for writer
Ja7ad Aug 24, 2024
7cb77b2
add: unit test for zero allocation copy
Ja7ad Aug 24, 2024
c521579
feat: transcode get and update curl to golang example on code-samples…
A7bari Aug 24, 2024
55bee99
fix: remove encoding option on internal request object
Ja7ad Aug 25, 2024
578ea94
chore: add unit test for content encoding
Ja7ad Aug 25, 2024
24cbcb4
fix: used built-in flate package
Ja7ad Aug 25, 2024
d868fd3
fix: used built-in gzip package
Ja7ad Aug 25, 2024
e08d216
fix: data race on test zero alloc
Ja7ad Aug 25, 2024
14c606d
fix: test case issue
Ja7ad Aug 26, 2024
227dbe2
fix: add some test stage for improve coverage
Ja7ad Aug 26, 2024
6c56bf0
fix: remove brotli test stage
Ja7ad Aug 26, 2024
a4da3e4
fix: add encoder for decoing encoded internal error
Ja7ad Aug 26, 2024
e09d86e
Merge #568
meili-bors[bot] Sep 15, 2024
617e53b
Merge branch 'main' into feat/content-encoding
Ja7ad Sep 16, 2024
e41c3e9
fix: currntly support delfate compression by using zlib
Ja7ad Sep 16, 2024
bc43a14
fix: add writer nil error on test for prevent panic
Ja7ad Sep 16, 2024
d132bc1
Add multi-search federation (fixes #573)
polyfloyd Aug 20, 2024
63161f2
Merge #563
meili-bors[bot] Sep 18, 2024
5ecb35a
Merge branch 'main' into feat/content-encoding
Ja7ad Sep 18, 2024
2ee4206
Merge #570
meili-bors[bot] Sep 23, 2024
de5c913
feat: Add experimental features support
A7bari Aug 23, 2024
5df6051
feat: transcode get and update curl to golang example on code-samples…
A7bari Aug 24, 2024
01716ae
Merge branch 'Support-experimental-manager' of https://github.com/A7b…
A7bari Sep 26, 2024
e98fd5e
feat: Add support for EditDocumentsByFunction and ContainsFilter in E…
A7bari Sep 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
generating type marshalers and unmarshalers
  • Loading branch information
A7bari committed Aug 23, 2024
commit 04aba93aef6fca70561c54b02a37ec8c671f4eb2
Loading