Skip to content

Version 1.12.2

Compare
Choose a tag to compare
@mariusoe mariusoe released this 30 Sep 14:27
70b1ea4

You can also find the corresponding documentation online under the following link: inspectIT Ocelot Documentation

Changelog

Implemented enhancements:

  • Implement flag for disabling the instrumentation #1221

Fixed bugs:

  • Configuration Server fails calculating the common commit ancestor in case merge commits happened #1214
  • [Configuration Server] java.io.FileNotFoundException in FileInfoVisitor when trying to read from a directory that is referenced by a sym link #1205

Closed issues:

  • Fix String related issues #1173
  • Refactor Boolean logic #1169
  • Replace Stream.peek with forEach #1163
  • Null pointers should not be dereferenced #1155

Merged pull requests:

  • Closes #1221 - Implement flag for disabling the instrumentation #1222
  • Closes #1214 - Configuration Server fails calculating the common commit ancestor in case merge commits happened #1215
  • Bump prismjs from 1.24.0 to 1.25.0 in /inspectit-ocelot-documentation/website #1211
  • Closes #1205 - Reading configuration from mapped Kubernetes Config Maps #1206
  • Closes #1173 - Fix String related issues #1174
  • Closes #1169 - Refactor Boolean logic #1170
  • Closes (#1163) Replace Stream.peek with map #1164
  • Closes #1155 - Null pointers should not be dereferenced #1156