Skip to content

Latest commit

 

History

History
225 lines (152 loc) · 4.78 KB

CHANGELOG.asciidoc

File metadata and controls

225 lines (152 loc) · 4.78 KB
Note
Release notes are best read in our documentation at elastic.co

Android agent version 0.x

0.20.0 - 2024/07/29

Features
  • Bumping upstream libs: {pull}340[#340]

Bug fixes
  • Addressing TrueTime issue #339: {pull}340[#340]

0.19.0 - 2024/05/30

Bug fixes
  • Bytecode instrumentation issue in #323: {pull}324[#324]

0.18.0 - 2024/05/24

Bug fixes
  • HTTP exporting fix: {pull}319[#319]

0.17.0 - 2024/05/17

Features
  • Adding consumer R8 rules to address R8 full mode: {pull}309[#309]

0.16.0 - 2024/04/03

Bug fixes
  • Removing strict version constraint that prevented enforcing compileSdk > 33: {pull}292[#292]

0.15.0 - 2024/03/11

Features
  • Added configuration to set a base OpenTelemetry Resource object: {pull}276[#276]

0.14.0 - 2024/02/02

Features
  • Making OpenTelemetry Android the base project: {pull}268[#268]

0.13.1 - 2024/01/18

Bug fixes
  • Fix for #254: {pull}261[#261]

0.13.0 - 2023/12/12

Features
  • Making internal logs configurable: {pull}245[#245]

Bug Fixes
  • Fix #242: {pull}244[#244]

0.12.0 - 2023/11/21

Features
  • Adding exception event to failed http responses: {pull}237[#237]

  • Upgrading Byte Buddy to 1.14.10: {pull}238[#238]

0.11.0 - 2023/10/31

Bug fixes
  • Fix truetime duplicated classes: {pull}222[#222]

0.10.0 - 2023/10/27

Features
  • Adding setExportProtocol configuration to choose between HTTP and gRPC, defaulting to gRPC: {pull}213[#213]

  • Upgrading Byte Buddy version to 1.14.9: {pull}207[#207]

  • Setting minimum AGP version to 7.4.0 to use the Gradle plugin: {pull}207[#207]

  • Removing Gradle’s warning on missing serverUrl param: {pull}209[#209]

  • Adding http response content length attr to okhttp spans: {pull}211[#211]

  • Marking okhttp spans as failed when receiving an error response code: {pull}212[#212]

  • Bumping OTel SDK to 1.31.0 and adding new semconv dependency: {pull}217[#217]

0.9.0 - 2023/10/16

Features
  • Making Session ID generator configurable: {pull}178[#178]

  • Adding sample rate support: {pull}179[#179]

  • Adding support for AGP > 8: {pull}197[#197]

  • Setting minimum AGP version to 7.4.0: {pull}197[#197]

0.8.0 - 2023/08/23

Features
  • Updating OpenTelemetry SDK to 1.27.0 where logs are stable: {pull}168[#168]

  • Updating OpenTelemetry SDK to 1.28.0 where the new disk buffering lib is present: {pull}170[#170]

  • Adding network connectivity attributes to logs: {pull}173[#173]

  • Adding local persistence/caching support: {pull}174[#174]

0.7.0 - 2023/06/02

Features
  • Sending app’s versionCode in the service.build attribute: {pull}153[#153]

  • Sending app’s lifecycle events: {pull}159[#159]

  • Adding spans, logs and metrics filtering support: {pull}160[#160]

Bug fixes
  • Fix #164: {pull}165[#165]

0.6.0 - 2023/04/05

Features
  • Using minSdk 24: {pull}149[#149]

  • Making OpenTelemetry processors and exporters configurable: {pull}151[#151]

  • Making environment name configurable at runtime: {pull}152[#152]

0.5.0 - 2023/04/03

Features
  • Added server ApiKey auth support: {pull}141[#141]

0.4.0 - 2023/03/30

Features
  • Wrapping HTTP spans: {pull}106[#106]

  • Tracking app launch time metrics: {pull}110[#110]

  • Added runtime configuration options: {pull}122[#122]

  • Added central configuration recording option: {pull}136[#136]

0.1.0 - 2022/12/12

Features
  • OpenTelemetry agent set up.

  • Automatic instrumentation of Android Activities and Fragments.

  • Automatic instrumentation of OkHttp client calls.

  • Filtering of http-related Spans