Skip to content

Commit

Permalink
Pull request #201: RUM-10675 Release version native
Browse files Browse the repository at this point in the history
Merge in OP/openkit-native from feature/RUM-10675-releasing-openkit-native to main

* commit '65456e34fcc5b34b8760a507e69bba9c9d751fb2':
  RUM-10675 Release version native

GitOrigin-RevId: 3a9bf3f096896c9b693f1e6b940466f3a13489aa
  • Loading branch information
TheHighriser authored and openkitdt committed Jun 5, 2023
1 parent 561b72a commit d05c7b7
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# OpenKit Native ( C/C++ ) Changelog

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

## 3.1.0 [Release date: 2023-06-05]
[GitHub Releases](https://github.com/Dynatrace/openkit-native/releases/tag/v3.1.0)

### Changed

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.1.7` supersedes `1.1.6` and therefore only `1.1.7` will be m
## Active maintenance
| Version | Bug fixes | Security fixes | Remarks |
|---------|:------------------:|:------------------:|------------------|
| 3.1.X | :heavy_check_mark: | :heavy_check_mark: | |
| 3.0.X | :heavy_check_mark: | :heavy_check_mark: | |
| 2.1.X | :heavy_check_mark: | :heavy_check_mark: | |
| 2.0.X | :x: | :x: | Upgrade to 2.1.X |
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 C/C++

## ## OpenKit .C/C++ 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.

## ## OpenKit .C/C++ 2.1 to 3.0
Appmon has been removed from OpenKit C/C++. If you don't want to replace your AppMon related code stay on the latest 2.1.x release.

Expand Down
2 changes: 1 addition & 1 deletion src/protocol/ProtocolConstants.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace protocol
constexpr const char* QUERY_KEY_SESSION_IDENTIFIER = "si";

// constant query parameter values
constexpr const char* OPENKIT_VERSION = "8.257.30100";
constexpr const char* OPENKIT_VERSION = "8.267.30100";
constexpr const char* PLATFORM_TYPE_OPENKIT = "1";
constexpr const char* AGENT_TECHNOLOGY_TYPE = "okc";
constexpr int32_t PROTOCOL_VERSION = 3;
Expand Down

0 comments on commit d05c7b7

Please sign in to comment.