File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed
src/main/java/com/dynatrace/openkit/protocol Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
1
# OpenKit Java Changelog
2
2
3
- ## [ Unreleased] ( https://github.com/Dynatrace/openkit-java/compare/v3.1.0...HEAD )
3
+ ## [ Unreleased] ( https://github.com/Dynatrace/openkit-java/compare/v3.2.0...HEAD )
4
+
5
+ ## 3.2.0 [ Release date: 2023-12-06]
6
+ [ GitHub Releases] ( https://github.com/Dynatrace/openkit-java/releases/tag/v3.2.0 )
4
7
5
8
### Changed
6
9
- ` Session.sendBizEvent ` will always send an event regardless of the ` DataCollectionLevel `
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Example: Version `1.4.3` supersedes `1.4.2` and therefore only `1.4.3` will be m
9
9
## Active maintenance
10
10
| Version | Bug fixes | Security fixes | Remarks |
11
11
| ---------| :------------------:| :------------------:| ------------------|
12
+ | 3.2.X | :heavy_check_mark : | :heavy_check_mark : | |
12
13
| 3.1.X | :heavy_check_mark : | :heavy_check_mark : | |
13
14
| 3.0.X | :heavy_check_mark : | :heavy_check_mark : | |
14
15
| 2.2.X | :heavy_check_mark : | :heavy_check_mark : | |
Original file line number Diff line number Diff line change 1
1
# Upgrade guide for OpenKit Java
2
2
3
+ ## OpenKit Java 3.1 to 3.2
4
+ There are no breaking API changes and upgrading is straightforward, by [ updating] [ update ] the library
5
+ to the latest 3.2 release.
6
+
3
7
## OpenKit Java 3.0 to 3.1
4
8
There are no breaking API changes and upgrading is straightforward, by [ updating] [ update ] the library
5
9
to the latest 3.1 release.
Original file line number Diff line number Diff line change 19
19
public class ProtocolConstants {
20
20
21
21
// version constants
22
- public static final String OPENKIT_VERSION = "8.267 .30200" ;
22
+ public static final String OPENKIT_VERSION = "8.281 .30200" ;
23
23
public static final int PROTOCOL_VERSION = 3 ;
24
24
public static final int PLATFORM_TYPE_OPENKIT = 1 ;
25
25
public static final String AGENT_TECHNOLOGY_TYPE = "okjava" ;
Original file line number Diff line number Diff line change 1
- version =3.2.0-SNAPSHOT
1
+ version =3.2.0
You can’t perform that action at this time.
0 commit comments