Skip to content

Commit

Permalink
Pull request #260: RUM-16740 Preparing Java 3.2.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
TheHighriser authored and openkitdt committed Dec 6, 2023
1 parent 5aa7f81 commit 6fa7422
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# OpenKit Java Changelog

## [Unreleased](https://github.com/Dynatrace/openkit-java/compare/v3.1.0...HEAD)
## [Unreleased](https://github.com/Dynatrace/openkit-java/compare/v3.2.0...HEAD)

## 3.2.0 [Release date: 2023-12-06]
[GitHub Releases](https://github.com/Dynatrace/openkit-java/releases/tag/v3.2.0)

### Changed
- `Session.sendBizEvent` will always send an event regardless of the `DataCollectionLevel`
Expand Down
1 change: 1 addition & 0 deletions docs/supported_versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Example: Version `1.4.3` supersedes `1.4.2` and therefore only `1.4.3` will be m
## Active maintenance
| Version | Bug fixes | Security fixes | Remarks |
|---------|:------------------:|:------------------:|------------------|
| 3.2.X | :heavy_check_mark: | :heavy_check_mark: | |
| 3.1.X | :heavy_check_mark: | :heavy_check_mark: | |
| 3.0.X | :heavy_check_mark: | :heavy_check_mark: | |
| 2.2.X | :heavy_check_mark: | :heavy_check_mark: | |
Expand Down
4 changes: 4 additions & 0 deletions docs/upgrade_guide.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Upgrade guide for OpenKit Java

## OpenKit Java 3.1 to 3.2
There are no breaking API changes and upgrading is straightforward, by [updating][update] the library
to the latest 3.2 release.

## OpenKit Java 3.0 to 3.1
There are no breaking API changes and upgrading is straightforward, by [updating][update] the library
to the latest 3.1 release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
public class ProtocolConstants {

// version constants
public static final String OPENKIT_VERSION = "8.267.30200";
public static final String OPENKIT_VERSION = "8.281.30200";
public static final int PROTOCOL_VERSION = 3;
public static final int PLATFORM_TYPE_OPENKIT = 1;
public static final String AGENT_TECHNOLOGY_TYPE = "okjava";
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=3.2.0-SNAPSHOT
version=3.2.0

0 comments on commit 6fa7422

Please sign in to comment.