Mark Paluch
999e24902c
DATAMONGO-2503 - Updated changelog.
2020-04-28 15:12:28 +02:00
Mark Paluch
9e802a59c7
DATAMONGO-2500 - Prepare 2.2.7 (Moore SR7).
2020-04-28 14:35:24 +02:00
Mark Paluch
38e1e632a7
DATAMONGO-2500 - Updated changelog.
2020-04-28 14:35:16 +02:00
Mark Paluch
89cf78cc4a
DATAMONGO-2484 - Updated changelog.
2020-04-28 11:59:03 +02:00
Mark Paluch
3e59bc3b38
DATAMONGO-2492 - Updated changelog.
2020-03-31 15:08:52 +02:00
Mark Paluch
628aad8f64
DATAMONGO-2485 - Prepare 2.2.6 (Moore SR6).
2020-03-25 10:45:35 +01:00
Mark Paluch
39c8672e6d
DATAMONGO-2485 - Updated changelog.
2020-03-25 10:45:28 +01:00
Mark Paluch
6389055d3a
DATAMONGO-2497 - Update documentation regarding @Transient properties usage in the persistence constructor.
2020-03-19 15:37:37 +01:00
Jens Schauder
28d5f02e15
DATAMONGO-2473 - Updated changelog.
2020-03-11 09:59:36 +01:00
Mark Paluch
c2b80fddd8
DATAMONGO-2453 - Prepare 2.2.5 (Moore SR5).
2020-02-26 11:37:58 +01:00
Mark Paluch
8eaa8119e6
DATAMONGO-2453 - Updated changelog.
2020-02-26 11:37:53 +01:00
Mark Paluch
5fccadd41e
DATAMONGO-2452 - Updated changelog.
2020-02-26 11:31:49 +01:00
Mark Paluch
5e2c65a650
DATAMONGO-2456 - Updated changelog.
2020-02-12 15:05:04 +01:00
Mark Paluch
40d5ab050f
DATAMONGO-2464 - Polishing.
...
Apply fix also to reactive MongoDB repository documentation.
Original pull request: #816 .
2020-02-03 11:33:42 +01:00
LiangYong
1629ba11b2
DATAMONGO-2464 - Fix code examples in reference documentation.
...
fixed repository miss "{" issue.
Original pull request: #816 .
2020-02-03 11:31:33 +01:00
Mark Paluch
ba4b958114
DATAMONGO-2457 - Polishing.
...
Slightly tweak wording.
Original pull request: #829 .
2020-01-29 09:52:02 +01:00
Christoph Strobl
6d971ef2c8
DATAMONGO-2459 - Add sample for passing on limit and offset using reactive repositories.
...
Original pull request: #829 .
2020-01-29 09:46:43 +01:00
Christoph Strobl
03ff37db92
DATAMONGO-2457 - Fix id type explanation in repository documentation.
...
Original pull request: #829 .
2020-01-29 09:46:41 +01:00
Mark Paluch
428126ef75
DATAMONGO-2454 - Updated changelog.
2020-01-17 09:58:36 +01:00
Mark Paluch
aee242c52a
DATAMONGO-2383 - Updated changelog.
2020-01-16 16:12:40 +01:00
Mark Paluch
84128cab28
DATAMONGO-2432 - Prepare 2.2.4 (Moore SR4).
2020-01-15 12:37:18 +01:00
Mark Paluch
8f2d2784f8
DATAMONGO-2432 - Updated changelog.
2020-01-15 12:37:09 +01:00
Mark Paluch
1729744a9e
DATAMONGO-2431 - Updated changelog.
2020-01-15 10:36:38 +01:00
Jens Schauder
437368bedb
DATAMONGO-2422 - Prepare 2.2.3 (Moore SR3).
2019-12-04 14:11:44 +01:00
Jens Schauder
4057b193d6
DATAMONGO-2422 - Updated changelog.
2019-12-04 14:11:36 +01:00
Jens Schauder
89b1b5c7f6
DATAMONGO-2421 - Updated changelog.
2019-12-04 12:09:48 +01:00
Mark Paluch
c1ae30bd82
DATAMONGO-2402 - Prepare 2.2.2 (Moore SR2).
2019-11-18 12:31:53 +01:00
Mark Paluch
6aa5aea424
DATAMONGO-2402 - Updated changelog.
2019-11-18 12:31:44 +01:00
Mark Paluch
bc1b00813c
DATAMONGO-2401 - Updated changelog.
2019-11-18 12:16:28 +01:00
Christoph Strobl
9d9cf46e47
DATAMONGO-2382 - Prepare 2.2.1 (Moore SR1).
2019-11-04 14:54:16 +01:00
Christoph Strobl
98661cf9a2
DATAMONGO-2382 - Updated changelog.
2019-11-04 14:54:10 +01:00
Christoph Strobl
cc50cd5e3a
DATAMONGO-2381 - Updated changelog.
2019-11-04 10:34:52 +01:00
Mark Paluch
c700a508d5
DATAMONGO-2334 - Prepare 2.2 GA (Moore).
2019-09-30 15:50:43 +02:00
Mark Paluch
11a23becce
DATAMONGO-2334 - Updated changelog.
2019-09-30 15:50:35 +02:00
Mark Paluch
ad2a3483be
DATAMONGO-2333 - Updated changelog.
2019-09-30 11:16:16 +02:00
Mark Paluch
499f019798
DATAMONGO-2379 - Polishing.
...
Reorder what's new to group related items together.
Original Pull Request: #794
2019-09-30 10:21:08 +02:00
Mark Paluch
d0e782687a
DATAMONGO-2379 - Add documentation for Kotlin support.
...
Original Pull Request: #794
2019-09-30 10:01:34 +02:00
Christoph Strobl
565132c619
DATAMONGO-2378 - Favor com.mongodb.client.MongoClient (over already deprecated com.mongodb.MongoClient) where possible.
...
Original pull request: #793 .
2019-09-27 10:12:49 +02:00
Christoph Strobl
8cc0609190
DATAMONGO-1731 - Improve update & upsert documentation.
2019-09-23 13:42:50 +02:00
Christoph Strobl
26dc0c5c27
DATAMONGO-2366 - Polishing.
...
Fix typo in reference documentation and add note on error handling.
Original Pull Request: #790
2019-09-19 11:47:03 +02:00
Franz van Betteraey
f549fd18b5
DATAMONGO-2361 - Fix @Document reference documentation.
...
Original pull request: #787 .
2019-09-13 10:50:28 +02:00
Mark Paluch
d33ee2ffac
DATAMONGO-2335 - Prepare 2.2 RC3 (Moore).
2019-09-06 10:10:12 +02:00
Mark Paluch
59388d99cc
DATAMONGO-2335 - Updated changelog.
2019-09-06 10:10:07 +02:00
Christoph Strobl
9a062d53f3
DATAMONGO-2310 - Update documentation for TypedAggregation.
2019-09-05 13:02:01 +02:00
Christoph Strobl
a3c5b07eb7
DATAMONGO-2348 - Update documentation of version property handling.
2019-09-05 10:29:53 +02:00
Mark Paluch
4e13bda302
DATAMONGO-2303 - Prepare 2.2 RC2 (Moore).
2019-08-05 15:35:05 +02:00
Mark Paluch
e634f2f7c0
DATAMONGO-2303 - Updated changelog.
2019-08-05 15:34:56 +02:00
Mark Paluch
0bb2b8785d
DATAMONGO-2302 - Updated changelog.
2019-08-05 11:34:29 +02:00
Mark Paluch
9505112670
DATAMONGO-2272 - Updated changelog.
2019-08-05 11:09:00 +02:00
Mark Paluch
d49b1c33b7
DATAMONGO-2306 - Polishing.
...
Add Nullable annotation to nullable method args. Remove IV from JSON Schema as it is not listed in Mongo specs.
Tweak wording in docs. Parse encryption-settings-ref for MongoClientOptions. Add support for KeyId's in encrypted JSON schema properties.
Original pull request: #766 .
2019-07-17 14:03:44 +02:00