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: ruflin/Elastica
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.1.3
Choose a base ref
...
head repository: ruflin/Elastica
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.1.4
Choose a head ref
  • 7 commits
  • 13 files changed
  • 8 contributors

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    a0b5d53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8eeb42b View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Fix symfony/deprecation-contracts package for Symfony 6 compatibility (

    …#2047)
    
    * Upgrade symfony/deprecation-contracts package
    
    * Add changelog entry
    
    Co-authored-by: Mohamed Radhi Guennichi <[email protected]>
    rguennichi and rguennichi authored Dec 17, 2021
    Configuration menu
    Copy the full SHA
    4fa51f1 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2021

  1. Fixed version parameters for DeleteDocument (#2048)

    * Fixes Issue #2046
    
    * Fixes Issue #2046
    
    * Update CHANGELOG.md
    
    Co-authored-by: François-Xavier de Guillebon <[email protected]>
    
    Co-authored-by: François-Xavier de Guillebon <[email protected]>
    pheyse24 and deguif authored Dec 18, 2021
    Configuration menu
    Copy the full SHA
    4124d20 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2022

  1. Remove version/version_type options from Index::addDocument() (#2050)

    As mentioned in #2049, the version/version_type has been removed in 7.x as concurrency control.
    
    These options were still always added in the `addDocument` method which causes an issue when adding a document from one index to another.
    
    This PR removes those options, and sorts the other options alphabetically cfr #1803.
    pidera authored Jan 18, 2022
    Configuration menu
    Copy the full SHA
    4380afd View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

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

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    6594f0e View commit details
    Browse the repository at this point in the history
Loading