Skip to content

Commit 905c42a

Browse files
TheHighriseropenkitdt
authored andcommitted
Pull request #256: RUM-10675 Release version for OK Java
Merge in OP/openkit-java from feature/RUM-10675-releasing-openkit-java-main-prepare to main * commit '04f1ca690ded564fc75f1d214842841aba30b964': RUM-10675 Updating docs RUM-10675 Release version for OK Java GitOrigin-RevId: 7058d72e72f476d7f27faeeafbae26ed43bdc5de
1 parent 34f68c7 commit 905c42a

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.0.0...HEAD)
3+
## [Unreleased](https://github.com/Dynatrace/openkit-java/compare/v3.1.0...HEAD)
4+
5+
## 3.1.0 [Release date: 2023-06-05]
6+
[GitHub Releases](https://github.com/Dynatrace/openkit-java/releases/tag/v3.1.0)
47

58
### Changed
69

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.1.X | :heavy_check_mark: | :heavy_check_mark: | |
1213
| 3.0.X | :heavy_check_mark: | :heavy_check_mark: | |
1314
| 2.2.X | :heavy_check_mark: | :heavy_check_mark: | |
1415
| 2.1.X | :x: | :x: | Upgrade to 2.2.X |

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.0 to 3.1
4+
There are no breaking API changes and upgrading is straightforward, by [updating][update] the library
5+
to the latest 3.1 release.
6+
37
## OpenKit Java 2.2 to 3.0
48
Appmon has been removed from OpenKit Java. If you don't want to replace your AppMon related code stay on the latest 2.2.x release.
59

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.257.30100";
22+
public static final String OPENKIT_VERSION = "8.267.30100";
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.1.0-SNAPSHOT
1+
version=3.1.0

0 commit comments

Comments
 (0)