1. 1d36812 chore: Reformatting. by Christofer Dutz · 2 days ago develop
  2. 6ee32c3 chore: Cleaned up the open-protocol mspec. by Christofer Dutz · 2 days ago
  3. e8d7def fix: Fixed some slightly off types in bacnet (uint was used where int was appropriate) by Christofer Dutz · 2 days ago
  4. 5cb7c37 build(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#2245) by dependabot[bot] · 3 days ago
  5. 0ea5d53 refactor: Removed the use of the deprecated WildcardTerm class in protocol-base-mspec in favor to the one in the build-tools. by Christofer Dutz · 3 days ago
  6. 562a2d8 build(deps): bump actions/setup-python from 5 to 6 (#2244) by dependabot[bot] · 4 days ago
  7. 10ad727 chore(plc4j): update generated code by Sebastian Rühl · 4 days ago
  8. 2493452 build(deps): bump nl.jqno.equalsverifier:equalsverifier (#2242) by dependabot[bot] · 4 days ago
  9. f8acab5 chore: Updated the template to stop IntelliJ wanting to correct the grammar. by Christofer Dutz · 5 days ago
  10. 97d3711 chore: Disabled the docker-based OPC-UA tests until someone has the cycles to fix them. by Christofer Dutz · 5 days ago
  11. bc2e16f fix: Hopefully fixed the opcua test-container tests after updating to java 21 by Christofer Dutz · 5 days ago
  12. 27c8422 chore: Updated the release-image-template.svg by Christofer Dutz · 6 days ago
  13. 7e05391 chore: Updated the prerequisite check to fail the build if running with less than Java 21. by Christofer Dutz · 6 days ago
  14. 3445dbe chore: re-add remove python stuff by Sebastian Rühl · 6 days ago
  15. 9604e7d chore(deps): upgrade deps by Sebastian Rühl · 6 days ago
  16. dc80d48 feat(plc4j/bacnet): performance improvement for enum conversion by Sebastian Rühl · 6 days ago
  17. 2f40c2c build(deps): bump com.gradle:common-custom-user-data-maven-extension (#2236) by dependabot[bot] · 6 days ago
  18. ada1943 build(deps): bump org.sonarsource.scanner.maven:sonar-maven-plugin (#2237) by dependabot[bot] · 6 days ago
  19. 3d21740 chore: more 21 updates by Sebastian Rühl · 7 days ago
  20. 4c6d8ea chore(deps): update some java 21 deps by Sebastian Rühl · 7 days ago
  21. c287758 feat: update to java 21 by Sebastian Rühl · 7 days ago
  22. b619b5f build(deps): bump com.gradle:common-custom-user-data-maven-extension (#2234) by dependabot[bot] · 10 days ago
  23. 2398143 Merge branch 'feat/code-gen-1.9' into develop by Sebastian Rühl · 10 days ago
  24. 7ff2fec fix(plc4c): c should build now by Sebastian Rühl · 10 days ago
  25. 86f2a8d fix(plc4c): generate constants.c by Sebastian Rühl · 10 days ago
  26. 9d8d737 fix(plc4c): fix include to constants by Sebastian Rühl · 10 days ago
  27. ce47a7d feat(plc4go): support for constants and state field by Sebastian Rühl · 10 days ago
  28. 67e185e chore: House-keeping after the release of 0.13.1 by Christofer Dutz · 10 days ago
  29. da31fe5 fix(plc4py): updated aenum dependency version to resolve Python build failures (#2216) by Tamir Suliman · 10 days ago
  30. a6e9648 feat: Updated the Python build to work with the latest updates. by Christofer Dutz · 10 days ago
  31. c7bb292 feat: Updated the C# and C builds to work with the latest updates. by Christofer Dutz · 10 days ago
  32. c6012ab feat: Added support for "state" fields. by Christofer Dutz · 11 days ago
  33. 04c0212 feat: Updated the mspec parser to allow using mspec keywords as id expressions (names of fields) by Christofer Dutz · 11 days ago
  34. 5af72b3 build(deps): bump github.com/stretchr/testify in /plc4go (#2230) by dependabot[bot] · 11 days ago
  35. 9e011ee fix: Made the equals method more safe for NPEs in case of unresolvable typeReferences. by Christofer Dutz · 11 days ago
  36. 3793342 chore: add more categories to changelog by Sebastian Rühl · 12 days ago
  37. 4670d3e build(deps): bump github.com/stretchr/testify in /plc4go (#2228) by dependabot[bot] · 14 days ago
  38. 318e12d build(deps): bump org.jsoup:jsoup from 1.21.1 to 1.21.2 (#2226) by dependabot[bot] · 14 days ago
  39. 2f5d35b docs(changelog): update release notes by github-actions[bot] · 14 days ago
  40. b10d384 chore(deps): update auto-generate-changelog to v1.3.0 by Sebastian Rühl · 14 days ago
  41. 2f23b1c chore: update changelog to reflect new tags by Sebastian Rühl · 14 days ago
  42. bb3ea21 chore: Made the update goal also "install" the artifacts locally, or the website generation task will fail. by Christofer Dutz · 2 weeks ago
  43. 0e59d88 build(deps): bump actions/setup-java from 4 to 5 (#2224) by dependabot[bot] · 3 weeks ago
  44. eea46e1 fix: Ensured the idleTimer of cached connections is correctly cancelled when closing the ConnectionContainer. by Christofer Dutz · 3 weeks ago
  45. edbb080 fix: Ensured cached connections are correctly closed, when calling removeCachedConnection on the CachedPlcConnectionManager. by Christofer Dutz · 3 weeks ago
  46. e5a8fd3 fix: Made sure the byte is not converted into an unsigned byte before creating the PlcSINT in the new "getList" method. by Christofer Dutz · 3 weeks ago
  47. 4b02d35 build(deps-dev): bump com.github.docker-java:docker-java-api (#2223) by dependabot[bot] · 3 weeks ago
  48. d26aafb feat: Added some code to make the breaking change of using PlcRawByteArray less invasive. by Christofer Dutz · 3 weeks ago
  49. 179a0fe build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin (#2222) by dependabot[bot] · 3 weeks ago
  50. 1186cb7 build(deps): bump mockito.version from 5.18.0 to 5.19.0 (#2220) by dependabot[bot] · 3 weeks ago
  51. 9631236 build(deps): bump net.bytebuddy:byte-buddy from 1.17.6 to 1.17.7 (#2221) by dependabot[bot] · 3 weeks ago
  52. 8fe1e79 build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 (#2219) by dependabot[bot] · 4 weeks ago
  53. 2ced489 chore: commit changelog to branch by Sebastian Rühl · 4 weeks ago
  54. fd1c3cf Revert "docs(changelog): update release notes" by Sebastian Rühl · 4 weeks ago
  55. 4354031 docs(changelog): update release notes by github-actions[bot] · 4 weeks ago
  56. e96741a Revert "docs(changelog): update release notes" by Sebastian Rühl · 4 weeks ago
  57. 63978be docs(changelog): update release notes by github-actions[bot] · 4 weeks ago
  58. 99175eb build(deps): bump actions/checkout from 4 to 5 (#2217) by dependabot[bot] · 4 weeks ago
  59. 3a08112 fix: [Bug]: The s7 driver causes issues when writing arrays of bits by Christofer Dutz · 4 weeks ago
  60. b4782c0 fix: [Bug]: The block optimizer used in s7-light causes errors, if a tag references the same byte multiple times by Christofer Dutz · 4 weeks ago
  61. 4a1b710 chore: Update the knx manufacturer data. by Christofer Dutz · 4 weeks ago
  62. 0379b24 fix: [Bug]: The block optimizer used in s7-light causes errors, if a tag references the same byte multiple times by Christofer Dutz · 4 weeks ago
  63. c975661 build(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 in /plc4go (#2210) by dependabot[bot] · 4 weeks ago
  64. 49b443d build(deps): bump golang.org/x/tools from 0.35.0 to 0.36.0 in /plc4go (#2209) by dependabot[bot] · 4 weeks ago
  65. 2a0cf2f build(deps): bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#2207) by dependabot[bot] · 4 weeks ago
  66. 01d5971 build(deps): bump org.apache.karaf.tooling:karaf-maven-plugin (#2208) by dependabot[bot] · 4 weeks ago
  67. f648fe6 build(deps): bump golang.org/x/text from 0.27.0 to 0.28.0 in /plc4go (#2211) by dependabot[bot] · 4 weeks ago
  68. 5670386 doc: Added a small page on releasing the plc4x extras by Christofer Dutz · 5 weeks ago
  69. 28f5c05 chore: Revert the index.html page and update the order of the releases by hutcheb · 5 weeks ago
  70. 7a62ec2 docs: Made 0.13.0 the default branch in the website. by Christofer Dutz · 5 weeks ago
  71. 528d02e docs: Updated one of the post-release step documentations by Christofer Dutz · 5 weeks ago
  72. 1c349a8 docs: Added more todos to the release scripts. by Christofer Dutz · 5 weeks ago
  73. d12063a docs: Updated the site to support the new release branch and downloads. by Christofer Dutz · 5 weeks ago
  74. 1482890 fix(plc4go): actually do a array copy for []error by Sebastian Rühl · 5 weeks ago
  75. 49a68bb feat(plc4go): replace MultiError with errors.join by Sebastian Rühl · 5 weeks ago
  76. 93fe09a build(deps): bump commons-cli:commons-cli from 1.9.0 to 1.10.0 (#2203) by dependabot[bot] · 5 weeks ago
  77. 0d30e68 build(deps): bump commons-net:commons-net from 3.11.1 to 3.12.0 (#2204) by dependabot[bot] · 5 weeks ago
  78. d72c396 build(deps): bump com.gradle:develocity-maven-extension from 2.0 to 2.1 (#2205) by dependabot[bot] · 5 weeks ago
  79. 44f85c5 build(deps): bump github.com/gopacket/gopacket in /plc4go (#2202) by dependabot[bot] · 5 weeks ago
  80. 8e7c5ec docs: Updated the setup instructions to include the more recent .Net version. by Christofer Dutz · 5 weeks ago
  81. 989de4d chore: Fine-tuned the release scripts a bit more. by Christofer Dutz · 5 weeks ago
  82. f746a7b chore: prepared the RELEASE_NOTES for the next version. by Christofer Dutz · 5 weeks ago
  83. 5567c76 [maven-release-plugin] prepare for next development iteration by Christofer Dutz · 5 weeks ago
  84. a2696ca [maven-release-plugin] prepare branch rel/0.13 by Christofer Dutz · 5 weeks ago relt/0.13
  85. ff8380c chore: updated generated code by Christofer Dutz · 5 weeks ago
  86. 61bed6d fix: Set the correct parent pom artifact ids for the language generation modules by Christofer Dutz · 5 weeks ago
  87. 7efed5c fix: Set the correct parent pom artifact ids for the language generation modules by Christofer Dutz · 5 weeks ago
  88. 1e0325a chore: Reset the project to 0.13.0-SNAPSHOT again. by Christofer Dutz · 5 weeks ago
  89. bcef140 chore: Reset the project to 0.13.0-SNAPSHOT again. by Christofer Dutz · 5 weeks ago
  90. a3ec242 chore: Added a check for the sha512 hashes to the script. by Christofer Dutz · 5 weeks ago
  91. f5f0064 fix: Tried getting the build back to work. by Christofer Dutz · 5 weeks ago
  92. 4286a89 fix: Addressed some surefire and junit 5 releated isses, that only occured when validating the RC. by Christofer Dutz · 5 weeks ago
  93. fab607f doc: Updated the README.md by Christofer Dutz · 5 weeks ago
  94. a88fbfe fix: Addressed some surefire and junit 5 releated isses, that only occured when validating the RC. by Christofer Dutz · 5 weeks ago
  95. 06e0601 chore: Fine-tuned the release scripts a bit more. by Christofer Dutz · 5 weeks ago
  96. c3d5265 refactor: Refactored the build to always include the parts of code-generation that are always needed. by Christofer Dutz · 5 weeks ago
  97. 3559860 chore: Back-ported the latest additions to the tools-scripts back to develop. by Christofer Dutz · 5 weeks ago
  98. 63ebed0 chore: prepared the RELEASE_NOTES for the next version. by Christofer Dutz · 5 weeks ago
  99. 6577699 [maven-release-plugin] prepare for next development iteration by Christofer Dutz · 5 weeks ago
  100. d8e580e [maven-release-plugin] prepare branch rel/0.13 by Christofer Dutz · 5 weeks ago