Skip to content

Commit

Permalink
Pull request #206: RUM-16740 Prepare Native 3.2.0
Browse files Browse the repository at this point in the history
Merge in OP/openkit-native from feature/RUM-16740-openkit-native-prepare-3.2.0 to main

* commit '1ca7bcaa84b0cf6327123e34f2d844bba2e90a77':
  RUM-16740 Prepare Native 3.2.0

GitOrigin-RevId: 0f2555f599c176054e71976f3966375960e7cfa6
  • Loading branch information
TheHighriser authored and openkitdt committed Dec 6, 2023
1 parent 64f72dc commit 0389823
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.1.0...HEAD)
## [Unreleased](https://github.com/Dynatrace/openkit-native/compare/v3.2.0...HEAD)

## 3.2.0 [Release date: 2023-12-06]
[GitHub Releases](https://github.com/Dynatrace/openkit-native/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.1.7` supersedes `1.1.6` and therefore only `1.1.7` 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.1.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,8 @@
# Upgrade guide for OpenKit C/C++

## ## OpenKit .C/C++ 3.1 to 3.2
Be aware that some requirements (CMake, GCC, Clang) for the build have been changed, see [required programs][programs].

## ## 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.
Expand Down Expand Up @@ -58,3 +61,4 @@ to the latest 1.1 release.
Use `DynatraceOpenKitBuilder::DynatraceOpenKitBuilder(const char* endpointURL, const char* applicationID, int64_t deviceID)` instead.

[update]: ./installing.md#obtaining-and-updating-openkit-native
[programs]: ./building-openkit.md#required-programs
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.267.30200";
constexpr const char* OPENKIT_VERSION = "8.281.30200";
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 0389823

Please sign in to comment.