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
+26Lines changed: 26 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,31 @@
1
1
# Changelog
2
2
3
+
## 0.33.0 (2025-02-20)
4
+
5
+
Full Changelog: [v0.32.0...v0.33.0](https://github.com/orbcorp/orb-java/compare/v0.32.0...v0.33.0)
6
+
7
+
### Features
8
+
9
+
***api:** api update ([#264](https://github.com/orbcorp/orb-java/issues/264)) ([49f679f](https://github.com/orbcorp/orb-java/commit/49f679f62e3fa725e68c45d6c43a3ec9021deb8d))
10
+
***client:** get rid of annoying checked exceptions ([#260](https://github.com/orbcorp/orb-java/issues/260)) ([ffc9682](https://github.com/orbcorp/orb-java/commit/ffc968253c1b7ea7d8694edadddd0d9bfc0a267d))
11
+
12
+
13
+
### Bug Fixes
14
+
15
+
***client:** mark some request bodies as optional ([#263](https://github.com/orbcorp/orb-java/issues/263)) ([c6f1170](https://github.com/orbcorp/orb-java/commit/c6f11707fd576970378f6d24e41829cb6dcbce36))
16
+
17
+
18
+
### Chores
19
+
20
+
***docs:** add faq to readme ([#262](https://github.com/orbcorp/orb-java/issues/262)) ([67226ff](https://github.com/orbcorp/orb-java/commit/67226ffb755caaa59df0771cfb3443a31dc7d16f))
21
+
***internal:** remove unnecessary non-null asserts in tests ([c6f1170](https://github.com/orbcorp/orb-java/commit/c6f11707fd576970378f6d24e41829cb6dcbce36))
22
+
***internal:** use `assertNotNull` in tests for type narrowing ([c6f1170](https://github.com/orbcorp/orb-java/commit/c6f11707fd576970378f6d24e41829cb6dcbce36))
23
+
24
+
25
+
### Documentation
26
+
27
+
* add immutability explanation to readme ([#265](https://github.com/orbcorp/orb-java/issues/265)) ([2fee757](https://github.com/orbcorp/orb-java/commit/2fee7570279fb4b446d159b272f056b9fa33c8b6))
28
+
3
29
## 0.32.0 (2025-02-20)
4
30
5
31
Full Changelog: [v0.31.1...v0.32.0](https://github.com/orbcorp/orb-java/compare/v0.31.1...v0.32.0)
0 commit comments