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

Bump org.springframework.data:spring-data-mongodb from 4.1.5 to 4.2.0 #482

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2023

Bumps org.springframework.data:spring-data-mongodb from 4.1.5 to 4.2.0.

Release notes

Sourced from org.springframework.data:spring-data-mongodb's releases.

4.2.0

📗 Links

⭐ New Features

  • Add support for $percentile aggregation expression #4473
  • Add support for $median aggregation expression #4472
  • Allow field names and map keys with dot (.) #4464
  • Add support for replaceOne operation #4463
  • Add suport for replaceOne operation #4462
  • Support Limit parameter in query methods #4397
  • Allow setting ReadPreference at a Repository and Query level [DATAMONGO-2103] #2971
  • Provide an optional way to convert from BsonUndefined to null [DATAMONGO-1439] #2350
  • Support provided GridFSBucket in GridFsTemplate #1627

🐞 Bug Fixes

  • Repository query projection not working as expected since 3.4.x #4524
  • ReactiveMongoTemplate does not return ChangeStreamEvents with PreImages #4495
  • Correctly read unwrapped properties during constructor creation #4492
  • Unwrapped fields cannot be resolved in the constructor #4491
  • Constructor creation using @DocumentReference SpEL referring to self in fails #4484
  • Class cast exception obtaining Observation context on abortTransaction completion #4481
  • Fix schema generation for encrypted fields that are considered domain entities. #4455
  • Schema creator may miss encryption on entity field. #4454
  • @Field annotation not honoured after $unwind stage in aggregation #4443
  • ClassCastException when reading (decrypting) using @ExplicitEncrypted on custom type instead of simple type #4432
  • Update path not correctly mapped when last segment is multi digit number #4426
  • Keyset positionFunction does not retain directional state #4413
  • InIgnoreCase queries match on substrings #4404
  • Filter doesn't support expression as input #4394
  • Date saved incorrectly with java.time codecs enabled #4390
  • Reduce aggregation operation doesn't allow using Variable.VALUE and Variable.THIS with strict mapping #4070
  • $slice access to @DBRef field throw exception [DATAMONGO-1272] #2191

📔 Documentation

  • findAndReplace does not generate Version when null #4536
  • Migrate documentation to Antora. #4497
  • Incorrect code snippet for change streams documentation #4376
  • Please correct instructions on how to test and build spring-data-mongodb locally #4372
  • LocalDate properties depend on the machine's timezone setting [DATAMONGO-2627] #3482

🔨 Dependency Upgrades

  • Upgrade to MongoDB driver 4.11.1 #4551
  • Upgrade to MongoDB Driver 4.11.0 #4527
  • Upgrade to Maven Wrapper 3.9.5 #4520
  • Upgrade to OpenWebBeans 4.0 #4518
  • Upgrade to Maven Wrapper 3.9.4 #4470
  • Upgrade to MongoDB driver 4.10.2 #4445

... (truncated)

Commits
  • bae0d91 Release version 4.2 GA (2023.1.0).
  • 22e25fc Prepare 4.2 GA (2023.1.0).
  • 9721cf3 Polishing.
  • 9016b4e Polishing.
  • 03f8763 Introduce MongoConverterConfigurationAdapter#withPropertyValueConversions.
  • d94aa12 Polishing.
  • fcf3143 Update documentation on version property handling.
  • 5e76c04 Upgrade to MongoDB driver 4.11.1
  • fcc2222 Switch to Flux.flatMapSequential(…) to prevent backpressure shaping.
  • 6413b20 Polishing.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 17, 2023
Bumps [org.springframework.data:spring-data-mongodb](https://github.com/spring-projects/spring-data-mongodb) from 4.1.5 to 4.2.0.
- [Release notes](https://github.com/spring-projects/spring-data-mongodb/releases)
- [Commits](spring-projects/spring-data-mongodb@4.1.5...4.2.0)

---
updated-dependencies:
- dependency-name: org.springframework.data:spring-data-mongodb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/develop/org.springframework.data-spring-data-mongodb-4.2.0 branch from f5b6164 to d9b6c1f Compare December 5, 2023 15:04
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2023

Superseded by #494.

@dependabot dependabot bot closed this Dec 15, 2023
@dependabot dependabot bot deleted the dependabot/maven/develop/org.springframework.data-spring-data-mongodb-4.2.0 branch December 15, 2023 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants