Skip to content

Commit 6fa7422

Browse files
TheHighriseropenkitdt
authored andcommitted
Pull request #260: RUM-16740 Preparing Java 3.2.0
Merge in OP/openkit-java from feature/RUM-16740-openkit-java-prepare-3.2.0 to main * commit 'cf985c33dce98e4f004329df66911b7ebee95f70': RUM-16740 Change date RUM-16740 Preparing Java 3.2.0 GitOrigin-RevId: 68b246031d2355d5e175b75e40d18c7970cf0a9c
1 parent 5aa7f81 commit 6fa7422

File tree

5 files changed

+11
-3
lines changed

5 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# OpenKit Java Changelog
22

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)
47

58
### Changed
69
- `Session.sendBizEvent` will always send an event regardless of the `DataCollectionLevel`

docs/supported_versions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Example: Version `1.4.3` supersedes `1.4.2` and therefore only `1.4.3` will be m
99
## Active maintenance
1010
| Version | Bug fixes | Security fixes | Remarks |
1111
|---------|:------------------:|:------------------:|------------------|
12+
| 3.2.X | :heavy_check_mark: | :heavy_check_mark: | |
1213
| 3.1.X | :heavy_check_mark: | :heavy_check_mark: | |
1314
| 3.0.X | :heavy_check_mark: | :heavy_check_mark: | |
1415
| 2.2.X | :heavy_check_mark: | :heavy_check_mark: | |

docs/upgrade_guide.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Upgrade guide for OpenKit Java
22

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+
37
## OpenKit Java 3.0 to 3.1
48
There are no breaking API changes and upgrading is straightforward, by [updating][update] the library
59
to the latest 3.1 release.

src/main/java/com/dynatrace/openkit/protocol/ProtocolConstants.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
public class ProtocolConstants {
2020

2121
// version constants
22-
public static final String OPENKIT_VERSION = "8.267.30200";
22+
public static final String OPENKIT_VERSION = "8.281.30200";
2323
public static final int PROTOCOL_VERSION = 3;
2424
public static final int PLATFORM_TYPE_OPENKIT = 1;
2525
public static final String AGENT_TECHNOLOGY_TYPE = "okjava";

version.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=3.2.0-SNAPSHOT
1+
version=3.2.0

0 commit comments

Comments
 (0)