You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: update gen files based on api spec
* fix(conversational-model): update the response to expect a 201 on creation
* fix(synonyms): remove old synonyms from collection interface
* feat(synonyms): add synonym set interfaces
* feat(client): register synonym sets to root client
* chore: remove old synonym api interface
* fix(test): update utils for synonyms to match new api
* test(synonyms): test synonym sets api
* feat(generator): recursively extract sub-types for schemas on api spec
* feat(debug): add debug to client interface
* chore: udpate gen files based on api spec
* feat(analytics): migrate analytics to v30 refactor
* feat(test): add util function to skip v30 tests on older versions
* refactor(test): refactor synonym set tests to nested format
* fix(test): update analytic helper methods to match v30 analytics api
* fix(test): update analytics tests to v30 api
* fix(test): remove synonymsets from expected collections under v30
* chore: lint
* refactor(generator): improve code structure and fix deprecated usage
- replace deprecated strings.title with golang.org/x/text/cases
- extract complex nested logic into separate functions
- reduce cyclomatic complexity by breaking down large functions
- improve code readability and maintainability
* chore: update gen files based on api spec
* refactor(generator): break down main function to fix linter issues
* chore: remove old overrides from v30
* feat(curation): add new curation sets api
* feat: register curation sets to root level of the client object
* feat(test): add db helper methods for new curations and remove old ones
* test(curation): test new curation rules
* fix(test): also check for non prefixed v versions
* ci: upgrade typesense to v30
* chore: update generated client from api spec
* fix: correct http status codes and endpoint validation in convo tests
- add missing http.statuscreated header in conversation models test
- fix endpoint comparison logic for urls with query strings
* chore: lint
* chore: add go-releaser
0 commit comments