Skip to content

rel/0.12

Compare
Choose a tag to compare
@sruehl sruehl released this 19 Feb 23:34
· 262 commits to develop since this release

What's Changed

  • build(deps): bump com.google.googlejavaformat:google-java-format from 1.17.0 to 1.18.0 by @dependabot in #1126
  • build(deps): bump org.checkerframework:checker-qual from 3.38.0 to 3.39.0 by @dependabot in #1127
  • build(deps): bump com.hivemq:hivemq-mqtt-client from 1.3.2 to 1.3.3 by @dependabot in #1129
  • build(deps): bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 by @dependabot in #1131
  • build(deps): bump github.com/spf13/viper from 1.16.0 to 1.17.0 in /plc4go by @dependabot in #1135
  • build(deps): bump mockito.version from 5.5.0 to 5.6.0 by @dependabot in #1137
  • fix(opcua): Attempting to fix cyclic subscriptions by @hutcheb in #1124
  • build(deps): bump golang.org/x/net from 0.15.0 to 0.17.0 in /plc4go by @dependabot in #1140
  • build(deps): bump net.bytebuddy:byte-buddy from 1.14.8 to 1.14.9 by @dependabot in #1143
  • build(deps): bump org.eclipse.jetty:jetty-util from 12.0.1 to 12.0.2 by @dependabot in #1142
  • build(deps): bump netty.version from 4.1.99.Final to 4.1.100.Final by @dependabot in #1141
  • build(deps): bump io.jsonwebtoken:jjwt from 0.9.1 to 0.12.2 by @dependabot in #1132
  • build(deps): bump com.google.googlejavaformat:google-java-format from 1.18.0 to 1.18.1 by @dependabot in #1133
  • build(deps): bump golang.org/x/tools from 0.13.0 to 0.14.0 in /plc4go by @dependabot in #1136
  • plc4j-driver-opcua: Fix keepalive threads are never shut down by @takraj in #1139
  • build(deps): bump jackson.version from 2.15.2 to 2.15.3 by @dependabot in #1145
  • build(deps): bump com.google.guava:guava from 32.1.2-jre to 32.1.3-jre by @dependabot in #1146
  • plc4j-driver-opcua: Move back to using session lifetime * 75% as keepalive period by @takraj in #1148
  • Fix race condition causing RejectedExecutionException on PlcConnection.close() by @takraj in #1151
  • build(deps): bump io.jsonwebtoken:jjwt-api from 0.12.2 to 0.12.3 by @dependabot in #1152
  • build(deps-dev): bump org.json:json from 20230618 to 20231013 by @dependabot in #1153
  • build(deps): bump io.swagger:swagger-annotations from 1.6.11 to 1.6.12 by @dependabot in #1154
  • build(deps): bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #1155
  • plc4j-driver-opcua: Await writeAndFlush(msg) & send next msg async by @takraj in #1147
  • OPC UA priority judgment using discovery parameter by @qtvbwfn in #1157
  • build(deps): bump com.gradle:gradle-enterprise-maven-extension from 1.19.2 to 1.19.3 by @dependabot in #1158
  • plc4j-driver-opcua: Re-enable a disabled test by @takraj in #1159
  • plc4x-server: Fix logs not being written to screen by @takraj in #1161
  • refactor(plc4x-server): Cleanup, add tests, and add option to specify port number by @takraj in #1162
  • test(plc4j/opcua): Cleanup testcase manySubscriptionsOnSingleConnection by @takraj in #1160
  • build(deps): bump com.google.errorprone:error_prone_annotations from 2.22.0 to 2.23.0 by @dependabot in #1164
  • build(deps): bump org.jsoup:jsoup from 1.16.1 to 1.16.2 by @dependabot in #1169
  • feat(plc4x-server): Build a standalone jar too by @takraj in #1167
  • feat(plc4j/drivers): Create maven meta package to include all drivers by @takraj in #1166
  • build(deps): bump org.codehaus.mojo:properties-maven-plugin from 1.2.0 to 1.2.1 by @dependabot in #1173
  • build(deps): bump com.microsoft.azure.sdk.iot:iot-device-client from 2.3.0 to 2.3.1 by @dependabot in #1171
  • build(deps): bump org.glassfish.jaxb:jaxb-runtime from 4.0.2 to 4.0.4 by @dependabot in #1170
  • feat(plc4j/spi): Add option to synchronously await response from PLC by @takraj in #1163
  • build(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 in /plc4go by @dependabot in #1176
  • feat: Moved the code-generation into a separate profile by @chrisdutz in #1172
  • build(deps): bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.9 to 2.7.10 by @dependabot in #1178
  • Feature/transport configuration rework by @chrisdutz in #1179
  • build(deps): bump org.eclipse.jetty:jetty-util from 12.0.2 to 12.0.3 by @dependabot in #1180
  • build(deps): bump nl.jqno.equalsverifier:equalsverifier from 3.15.2 to 3.15.3 by @dependabot in #1184
  • build(deps): bump com.google.protobuf:protobuf-java from 3.24.4 to 3.25.0 by @dependabot in #1183
  • build(deps): bump org.checkerframework:checker-qual from 3.39.0 to 3.40.0 by @dependabot in #1182
  • build(deps): bump mockito.version from 5.6.0 to 5.7.0 by @dependabot in #1185
  • build(deps): bump github.com/fatih/color from 1.15.0 to 1.16.0 in /plc4go by @dependabot in #1194
  • build(deps): bump com.fazecast:jSerialComm from 2.10.3 to 2.10.4 by @dependabot in #1192
  • build(deps): bump github.com/spf13/cobra from 1.7.0 to 1.8.0 in /plc4go by @dependabot in #1189
  • build(deps): bump com.googlecode.cmake-maven-project:cmake-maven-plugin from 3.26.3-b1 to 3.27.7-b1 by @dependabot in #1188
  • build(deps): bump github.com/schollz/progressbar/v3 from 3.13.1 to 3.14.0 in /plc4go by @dependabot in #1193
  • build(deps): bump junit.jupiter.version from 5.10.0 to 5.10.1 by @dependabot in #1187
  • build(deps): bump com.microsoft.azure.sdk.iot:iot-device-client from 2.3.1 to 2.4.0 by @dependabot in #1195
  • build(deps): bump golang.org/x/net from 0.17.0 to 0.18.0 in /plc4go by @dependabot in #1197
  • build(deps): bump netty.version from 4.1.100.Final to 4.1.101.Final by @dependabot in #1201
  • build(deps): bump github.com/schollz/progressbar/v3 from 3.14.0 to 3.14.1 in /plc4go by @dependabot in #1200
  • build(deps): bump golang.org/x/tools from 0.14.0 to 0.15.0 in /plc4go by @dependabot in #1196
  • upgrade Felix maven-bundle-plugin by @hboutemy in #1202
  • build(deps): bump actions/github-script from 6.4.1 to 7.0.0 by @dependabot in #1205
  • build(deps): bump bouncycastle.version from 1.76 to 1.77 by @dependabot in #1208
  • build(deps): bump com.google.protobuf:protobuf-java from 3.25.0 to 3.25.1 by @dependabot in #1210
  • build(deps): bump jackson.version from 2.15.3 to 2.16.0 by @dependabot in #1209
  • build(deps): bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 by @dependabot in #1211
  • Issue/s7h by @glcj in #1214
  • build(deps): bump actions/github-script from 7.0.0 to 7.0.1 by @dependabot in #1216
  • build(deps): bump net.bytebuddy:byte-buddy from 1.14.9 to 1.14.10 by @dependabot in #1218
  • fix(plc4j/spi) Make sure OPC UA discover event is fired prior connected event by @splatch in #1217
  • Issue/s7h v2 by @glcj in #1219
  • build(deps): bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 by @dependabot in #1222
  • build(deps): bump org.jsoup:jsoup from 1.16.2 to 1.17.1 by @dependabot in #1223
  • build(deps): bump github.com/gopacket/gopacket from 1.1.1 to 1.2.0 in /plc4go by @dependabot in #1224
  • build(deps): bump logback.version from 1.4.11 to 1.4.12 by @dependabot in #1228
  • build(deps): bump nifi.version from 1.23.2 to 1.24.0 by @dependabot in #1227
  • build(deps): bump golang.org/x/net from 0.18.0 to 0.19.0 in /plc4go by @dependabot in #1226
  • build(deps): bump golang.org/x/tools from 0.15.0 to 0.16.0 in /plc4go by @dependabot in #1225
  • build(deps): bump logback.version from 1.4.12 to 1.4.13 by @dependabot in #1229
  • build(deps): bump actions/setup-java from 3 to 4 by @dependabot in #1231
  • build(deps): bump nl.jqno.equalsverifier:equalsverifier from 3.15.3 to 3.15.4 by @dependabot in #1232
  • build(deps): bump net.sf.saxon:Saxon-HE from 12.3 to 12.4 by @dependabot in #1233
  • build(deps): bump tel.schich:javacan-core from 3.2.4 to 3.3.0 by @dependabot in #1238
  • build(deps): bump mockito.version from 5.7.0 to 5.8.0 by @dependabot in #1237
  • build(deps): bump logback.version from 1.4.13 to 1.4.14 by @dependabot in #1236
  • build(deps): bump groovy.version from 4.0.12 to 4.0.16 by @dependabot in #1239
  • build(deps): bump commons-cli:commons-cli from 1.5.0 to 1.6.0 by @dependabot in #1241
  • build(deps): bump org.checkerframework:checker-qual from 3.40.0 to 3.41.0 by @dependabot in #1242
  • build(deps-dev): bump org.apache.commons:commons-compress from 1.23.0 to 1.25.0 by @dependabot in #1243
  • build(deps): bump iotdb.version from 0.13.0 to 1.2.2 by @dependabot in #1240
  • build(deps): bump com.gradle:common-custom-user-data-maven-extension from 1.12.4 to 1.12.5 by @dependabot in #1248
  • build(deps): bump com.gradle:gradle-enterprise-maven-extension from 1.19.3 to 1.20 by @dependabot in #1246
  • build(deps): bump org.apache.karaf.tooling:karaf-maven-plugin from 4.4.3 to 4.4.4 by @dependabot in #1247
  • build(deps): bump org.apache.commons:commons-pool2 from 2.11.1 to 2.12.0 by @dependabot in #1245
  • build(deps): bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #1244
  • build(deps): bump actions/setup-python from 4 to 5 by @dependabot in #1250
  • build(deps): bump github.com/spf13/viper from 1.17.0 to 1.18.0 in /plc4go by @dependabot in #1251
  • build(deps): bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 by @dependabot in #1252
  • build(deps): bump calcite-core.version from 1.34.0 to 1.36.0 by @dependabot in #1253
  • build(deps): bump org.apache.avro:avro from 1.11.1 to 1.11.3 by @dependabot in #1254
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.0 to 3.2.2 by @dependabot in #1256
  • Cleanup of various handling of S7 types by @chrisdutz in #1259
  • build(deps-dev): bump commons-io:commons-io from 2.11.0 to 2.15.1 by @dependabot in #1260
  • build(deps): bump org.apache.maven.plugins:maven-release-plugin from 3.0.0 to 3.0.1 by @dependabot in #1261
  • build(deps): bump org.apache.maven.plugins:maven-enforcer-plugin from 3.3.0 to 3.4.1 by @dependabot in #1262
  • build(deps): bump commons-net:commons-net from 3.9.0 to 3.10.0 by @dependabot in #1263
  • build(deps-dev): bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0 by @dependabot in #1264
  • build(deps): bump com.influxdb:influxdb-client-java from 6.10.0 to 6.11.0 by @dependabot in #1266
  • build(deps): bump org.apache.maven.plugins:maven-assembly-plugin from 3.5.0 to 3.6.0 by @dependabot in #1267
  • build(deps): bump org.eclipse.jetty:jetty-util from 12.0.3 to 12.0.4 by @dependabot in #1268
  • build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.1.0 to 3.2.2 by @dependabot in #1269
  • build(deps): bump github.com/spf13/viper from 1.18.0 to 1.18.1 in /plc4go by @dependabot in #1271
  • build(deps): bump github.com/gdamore/tcell/v2 from 2.6.0 to 2.7.0 in /plc4go by @dependabot in #1270
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.3 by @dependabot in #1272
  • build(deps): bump org.apache.maven:maven-core from 3.9.3 to 3.9.6 by @dependabot in #1274
  • build(deps): bump net.java.dev.jna:jna from 5.13.0 to 5.14.0 by @dependabot in #1275
  • build(deps): bump org.apache.maven.plugins:maven-invoker-plugin from 3.5.1 to 3.6.0 by @dependabot in #1276
  • build(deps): bump github.com/google/uuid from 1.4.0 to 1.5.0 in /plc4go by @dependabot in #1283
  • build(deps): bump golang.org/x/tools from 0.16.0 to 0.16.1 in /plc4go by @dependabot in #1282
  • build(deps): bump commons-logging:commons-logging from 1.2 to 1.3.0 by @dependabot in #1280
  • build(deps): bump org.apache.maven.plugins:maven-remote-resources-plugin from 3.0.0 to 3.1.0 by @dependabot in #1279
  • build(deps): bump netty.version from 4.1.101.Final to 4.1.102.Final by @dependabot in #1277
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 by @dependabot in #1289
  • build(deps): bump org.codehaus.plexus:plexus-compiler-api from 2.13.0 to 2.14.1 by @dependabot in #1287
  • build(deps): bump netty.version from 4.1.102.Final to 4.1.103.Final by @dependabot in #1285
  • build(deps): bump github/codeql-action from 2 to 3 by @dependabot in #1284
  • build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.2 to 3.2.3 by @dependabot in #1286
  • build(deps): bump actions/upload-artifact from 3 to 4 by @dependabot in #1293
  • build(deps): bump com.influxdb:influxdb-client-java from 6.11.0 to 6.12.0 by @dependabot in #1294
  • build(deps): bump netty.version from 4.1.103.Final to 4.1.104.Final by @dependabot in #1295
  • build(deps): bump org.checkerframework:checker-qual from 3.41.0 to 3.42.0 by @dependabot in #1296
  • build(deps): bump github.com/spf13/viper from 1.18.1 to 1.18.2 in /plc4go by @dependabot in #1300
  • build(deps): bump com.google.googlejavaformat:google-java-format from 1.18.1 to 1.19.0 by @dependabot in #1299
  • build(deps): bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre by @dependabot in #1298
  • build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 by @dependabot in #1297
  • build(deps): bump org.eclipse.jetty:jetty-util from 12.0.4 to 12.0.5 by @dependabot in #1301
  • build(deps): bump com.google.googlejavaformat:google-java-format from 1.19.0 to 1.19.1 by @dependabot in #1302
  • build(deps): bump org.codehaus.plexus:plexus-compiler-api from 2.14.1 to 2.14.2 by @dependabot in #1303
  • build(deps): bump net.bytebuddy:byte-buddy from 1.14.10 to 1.14.11 by @dependabot in #1304
  • build(deps): bump com.google.errorprone:error_prone_annotations from 2.23.0 to 2.24.0 by @dependabot in #1310
  • build(deps): bump org.asciidoctor:asciidoctorj from 2.5.10 to 2.5.11 by @dependabot in #1309
  • build(deps): bump org.jetbrains.kotlin:kotlin-stdlib-jdk8 from 1.9.21 to 1.9.22 by @dependabot in #1308
  • build(deps): bump kotlin.version from 1.9.21 to 1.9.22 by @dependabot in #1307
  • build(deps): bump groovy.version from 4.0.16 to 4.0.17 by @dependabot in #1306
  • build(deps): bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 by @dependabot in #1315
  • build(deps): bump nl.jqno.equalsverifier:equalsverifier from 3.15.4 to 3.15.5 by @dependabot in #1314
  • build(deps): bump jackson.version from 2.16.0 to 2.16.1 by @dependabot in #1313
  • build(deps): bump com.googlecode.maven-download-plugin:download-maven-plugin from 1.7.1 to 1.8.0 by @dependabot in #1312
  • build(deps): bump com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.16.0 to 2.16.1 by @dependabot in #1311
  • build(deps): bump tel.schich:javacan-core from 3.3.0 to 3.3.2 by @dependabot in #1316
  • build(deps): bump slf4j.version from 2.0.9 to 2.0.10 by @dependabot in #1317
  • build(deps): bump org.jsoup:jsoup from 1.17.1 to 1.17.2 by @dependabot in #1318
  • build(deps): bump org.asciidoctor:asciidoctorj-diagram from 2.2.13 to 2.2.14 by @dependabot in #1319
  • build(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.0 by @dependabot in #1320
  • build(deps): bump org.assertj:assertj-core from 3.25.0 to 3.25.1 by @dependabot in #1322
  • build(deps): bump com.google.errorprone:error_prone_annotations from 2.24.0 to 2.24.1 by @dependabot in #1323
  • feat(plc4py): Code Gen Update by @hutcheb in #1199
  • build(deps): bump joda-time:joda-time from 2.12.5 to 2.12.6 by @dependabot in #1325
  • build(deps): bump com.google.googlejavaformat:google-java-format from 1.19.1 to 1.19.2 by @dependabot in #1324
  • Team/glcj by @glcj in #1326
  • build(deps): bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16 by @dependabot in #1329
  • build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0 in /plc4go by @dependabot in #1327
  • build(deps): bump slf4j.version from 2.0.10 to 2.0.11 by @dependabot in #1328
  • build(deps): bump org.apache.karaf.tooling:karaf-maven-plugin from 4.4.4 to 4.4.5 by @dependabot in #1334
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 to 3.2.5 by @dependabot in #1333
  • build(deps): bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.3 to 3.2.5 by @dependabot in #1332
  • build(deps): bump nl.jqno.equalsverifier:equalsverifier from 3.15.5 to 3.15.6 by @dependabot in #1331
  • build(deps): bump golang.org/x/tools from 0.16.1 to 0.17.0 in /plc4go by @dependabot in #1337
  • build(deps): bump com.microsoft.azure.sdk.iot:iot-device-client from 2.4.0 to 2.4.1 by @dependabot in #1336
  • build(deps): bump com.google.protobuf:protobuf-java from 3.25.1 to 3.25.2 by @dependabot in #1335
  • build(deps): bump mockito.version from 5.8.0 to 5.9.0 by @dependabot in #1341
  • build(deps): bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.4 to 2.2.5 by @dependabot in #1340
  • build(deps): bump org.cyclonedx:cyclonedx-maven-plugin from 2.7.10 to 2.7.11 by @dependabot in #1345
  • build(deps): bump netty.version from 4.1.104.Final to 4.1.105.Final by @dependabot in #1343
  • build(deps): bump actions/cache from 3 to 4 by @dependabot in #1347
  • build(deps): bump actions/dependency-review-action from 3 to 4 by @dependabot in #1348
  • build(deps): bump groovy.version from 4.0.17 to 4.0.18 by @dependabot in #1349
  • Feature/new UI tool by @chrisdutz in #1350
  • build(deps): bump netty.version from 4.1.105.Final to 4.1.106.Final by @dependabot in #1353
  • build(deps): bump com.github.eirslett:frontend-maven-plugin from 1.14.2 to 1.15.0 by @dependabot in #1352
  • build(deps): bump org.aspectj:aspectjweaver from 1.9.20.1 to 1.9.21 by @dependabot in #1357
  • build(deps): bump org.springframework.boot:spring-boot-maven-plugin from 3.1.2 to 3.2.2 by @dependabot in #1355
  • build(deps): bump org.springframework.boot:spring-boot-dependencies from 3.2.1 to 3.2.2 by @dependabot in #1360
  • build(deps): bump github.com/google/uuid from 1.5.0 to 1.6.0 in /plc4go by @dependabot in #1358
  • build(deps): bump mockito.version from 5.9.0 to 5.10.0 by @dependabot in #1365
  • build(deps): bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16 by @dependabot in #1354
  • chore: update notice year to 2024 by @shoothzj in #1351
  • build(deps): bump org.codehaus.mojo:license-maven-plugin from 2.3.0 to 2.4.0 by @dependabot in #1368
  • build(deps): bump io.swagger:swagger-annotations from 1.6.12 to 1.6.13 by @dependabot in #1367
  • build(deps): bump io.jsonwebtoken:jjwt-api from 0.12.3 to 0.12.4 by @dependabot in #1370
  • build(deps): bump org.apache.rat:apache-rat-plugin from 0.15 to 0.16.1 by @dependabot in #1369
  • remove unnecessary Thread.sleep by @schaebo in #1374
  • build(deps): bump release-drafter/release-drafter from 5 to 6 by @dependabot in #1377
  • build(deps): bump github.com/rs/zerolog from 1.31.0 to 1.32.0 in /plc4go by @dependabot in #1378
  • build(deps): bump com.influxdb:influxdb-client-java from 6.12.0 to 7.0.0 by @dependabot in #1372
  • build(deps): bump nifi.version from 1.24.0 to 1.25.0 by @dependabot in #1371
  • Updated DataIo Template (And working on the Siemens S7 L-types as well as Temporal types) by @chrisdutz in #1376
  • build(deps): bump org.assertj:assertj-core from 3.25.1 to 3.25.3 by @dependabot in #1381
  • build(deps): bump org.asciidoctor:asciidoctorj-diagram from 2.2.14 to 2.2.17 by @dependabot in #1380
  • build(deps): bump joda-time:joda-time from 2.12.6 to 2.12.7 by @dependabot in #1386
  • build(deps): bump milo.version from 0.6.11 to 0.6.12 by @dependabot in #1385
  • build(deps): bump io.jsonwebtoken:jjwt-api from 0.12.4 to 0.12.5 by @dependabot in #1384
  • build(deps): bump junit.jupiter.version from 5.10.1 to 5.10.2 by @dependabot in #1383
  • build(deps): bump golang.org/x/net from 0.20.0 to 0.21.0 in /plc4go by @dependabot in #1387
  • build(deps-dev): bump org.json:json from 20231013 to 20240205 by @dependabot in #1388
  • build(deps): bump slf4j.version from 2.0.11 to 2.0.12 by @dependabot in #1389
  • build(deps): bump org.eclipse.jetty:jetty-util from 11.0.19 to 11.0.20 by @dependabot in #1390
  • build(deps): bump commons-codec:commons-codec from 1.16.0 to 1.16.1 by @dependabot in #1392
  • build(deps): bump com.gradle:gradle-enterprise-maven-extension from 1.20 to 1.20.1 by @dependabot in #1393
  • Fixed the last problems with writing complex types to ADS by @chrisdutz in #1394
  • fix(plc4py/umas): Why not start implementing umas by @hutcheb in #1339
  • Fix/enum discriminators by @chrisdutz in #1395
  • build(deps): bump org.asciidoctor:asciidoctor-maven-plugin from 2.2.5 to 2.2.6 by @dependabot in #1398
  • fix(plc4j): Stabilization of build after opcua security PR merges. by @splatch in #1401
  • build(deps): bump org.asciidoctor:asciidoctorj-diagram from 2.2.17 to 2.3.0 by @dependabot in #1403
  • build(deps): bump golang.org/x/tools from 0.17.0 to 0.18.0 in /plc4go by @dependabot in #1402
  • refactor: Refactored the project to allow inspecting the Drivers and … by @chrisdutz in #1397
  • build(deps): bump org.aspectj:aspectjweaver from 1.9.21 to 1.9.21.1 by @dependabot in #1404
  • Corrects the call to generate events that were commented. Tests again… by @glcj in #1400

New Contributors

Full Changelog: rel/0.11...rel/0.12