Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: typesense/typesense-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.3.0
Choose a base ref
...
head repository: typesense/typesense-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.0
Choose a head ref
  • 5 commits
  • 29 files changed
  • 4 contributors

Commits on Aug 11, 2025

  1. feat: add support for union search (#92)

    * fix build error
    
    ErrorResponse is unused in the api spec and is removed in typesense/typesense-api-spec#93.
    
    * feat(multi-search): add union search functionality and update docker-compose version
    haydenhoang authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    2a9be82 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2025

  1. Configuration menu
    Copy the full SHA
    9221a98 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2025

  1. feat!: add new v30 changes (#93)

    * feat(synonyms): add new synonym set classes
    
    * feat(client): register synonym set classes to client object
    
    * feat(test): add helper method to skip deprecated tests
    
    * feat(test): add util for creating test synonym sets
    
    * feat(test): cleanup synonym sets after tests
    
    * test(synonyms): add tests for synonym sets
    
    * fix(test): skip old synonym tests on v30 and above
    
    * feat(synonyms): add deprecation logging and lsp info on old synonyms
    
    * feat(serializer): add custom serializer for analytics rules
    
    * feat(analytics): update analytic event class to new api
    
    * feat(analytics): update analytic rule classes to new api
    
    * feat(test): add test helper methods for new analytics
    
    * test(analytics): test new analytics api implementation
    
    * refactor(test): use `Arrays.asList` instead of `List.of` for java 8 compat
    
    * chore(test): only remove existing resources on teardown
    
    * chore(test): remove old curation tests
    
    * chore(test): remove old curation test helpers
    
    * chore(curation): remove old override classes
    
    * feat(curation): add curation set classes
    
    * test(curation): test curation sets
    
    * ci: update typesense to v30
    
    * fix(test): handle both prefixed and non-prefixed versions on debug check
    tharropoulos authored Oct 31, 2025
    Configuration menu
    Copy the full SHA
    0c51f1a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2025

  1. Bump version 2.0

    kishorenc committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    34d7591 View commit details
    Browse the repository at this point in the history
  2. Fix publishing.

    kishorenc committed Nov 19, 2025
    Configuration menu
    Copy the full SHA
    52e1cb6 View commit details
    Browse the repository at this point in the history
Loading