Skip to content

Commit 46e4427

Browse files
TheHighriseropenkitdt
authored andcommitted
Pull request #241: RUM-7455 Jump to 3.0
Merge in OP/openkit-java from feature/RUM-7455-release-preparation-raise-version to main * commit 'dfeb632e3db05e23d2702dd1098e31ec9c851b31': RUM-7455 Changing Readme RUM-7455 Jump to 3.0 GitOrigin-RevId: 8bbca439ad358d04d42f30527f2761224f7a5897
1 parent bddb090 commit 46e4427

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

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

58
### Added
69
- User-Agent header for http requests

docs/example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ customize OpenKit. This includes device specific information like operating syst
3636

3737
| Method Name | Description | Default Value |
3838
| ------------- | ------------- | ---------- |
39-
| `withApplicationVersion` | sets the application version | `"2.3.0"` |
39+
| `withApplicationVersion` | sets the application version | `"3.0.0"` |
4040
| `withOperatingSystem` | sets the operating system name | `"OpenKit 3.0.0"` |
4141
| `withManufacturer` | sets the manufacturer | `"Dynatrace"` |
4242
| `withModelID` | sets the model id | `"OpenKitDevice"` |

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.217.20300";
22+
public static final String OPENKIT_VERSION = "8.257.30000";
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.0.0-SNAPSHOT
1+
version=3.0.0

0 commit comments

Comments
 (0)