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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
## [v2.8.1] - 2024-11-05
2
+
### :sparkles: New Features
3
+
-[`df5a348`](https://github.com/MongoCamp/mongodb-driver/commit/df5a348515cf60f7ff419efde4e619a5013b2fab) - joins without on statement in oracle style *(commit by [@QuadStingray](https://github.com/QuadStingray))*
4
+
5
+
### :bug: Bug Fixes
6
+
-[`0e64c07`](https://github.com/MongoCamp/mongodb-driver/commit/0e64c07a7cae391e90bc18b757abc5a2e4e4cb34) - use double to read number values from document *(commit by [@QuadStingray](https://github.com/QuadStingray))*
7
+
-[`23fae6e`](https://github.com/MongoCamp/mongodb-driver/commit/23fae6e36b0d2a5f9f92b333942730dd9a215892) - added bytes read und write from and to mongodb *(commit by [@QuadStingray](https://github.com/QuadStingray))*
8
+
-[`90f867b`](https://github.com/MongoCamp/mongodb-driver/commit/90f867b8eb34a34dd44530fa7ce33242ed43c538) - parameter replacement needs to keep order *(commit by [@QuadStingray](https://github.com/QuadStingray))*
9
+
-[`242ee8e`](https://github.com/MongoCamp/mongodb-driver/commit/242ee8eaa570c59db110fe9364b3bb5306be6b78) - executeUpdate response sum from matched, delete and inserted count *(commit by [@QuadStingray](https://github.com/QuadStingray))*
10
+
11
+
### :recycle: Refactors
12
+
-[`43ee50b`](https://github.com/MongoCamp/mongodb-driver/commit/43ee50b5f197ee2488636f323c7a1e18036be83e) - conversion is now scala 2.12.x conform *(commit by [@QuadStingray](https://github.com/QuadStingray))*
13
+
14
+
### :wrench: Chores
15
+
-[`323dc0a`](https://github.com/MongoCamp/mongodb-driver/commit/323dc0a1d265f5df8da5489d724d8881b545221f) - 3 dependency updates for mongodb-driver *(commit by [@QuadStingray](https://github.com/QuadStingray))*
16
+
-[`5a12245`](https://github.com/MongoCamp/mongodb-driver/commit/5a122458ed2959f7fad029e49e7abd8fad0a0e0d) - 3 plugins and sbt versions updated *(commit by [@QuadStingray](https://github.com/QuadStingray))*
17
+
18
+
1
19
## [v2.8.0] - 2024-10-22
2
20
### :boom: BREAKING CHANGES
3
21
- due to [`51aa927`](https://github.com/MongoCamp/mongodb-driver/commit/51aa92708c5aa5585c1925b6c5d97f5adb9bcbd7) - drop java 11 and 19 support because `org.apache.lucene.queryparser` has dropped it *(commit by [@QuadStingray](https://github.com/QuadStingray))*:
0 commit comments