Releases: yuzawa-san/onnxruntime-java
Releases · yuzawa-san/onnxruntime-java
v1.4.0
What's Changed
- Bump com.google.protobuf:protobuf-java from 3.24.3 to 3.24.4 by @dependabot in #151
- Bump com.google.protobuf:protoc from 3.24.3 to 3.24.4 by @dependabot in #152
- Bump com.microsoft.onnxruntime:onnxruntime from 1.16.0 to 1.16.1 by @dependabot in #153
- Bump org.apache.logging.log4j:log4j-core from 2.20.0 to 2.21.0 by @dependabot in #154
- Bump org.apache.logging.log4j:log4j-jpl from 2.20.0 to 2.21.0 by @dependabot in #155
- Bump mikepenz/gradle-dependency-submission from 0.9.0 to 0.9.1 by @dependabot in #157
- Bump org.apache.logging.log4j:log4j-core from 2.21.0 to 2.21.1 by @dependabot in #158
- Bump me.champeau.jmh from 0.7.1 to 0.7.2 by @dependabot in #159
- Bump org.apache.logging.log4j:log4j-jpl from 2.21.0 to 2.21.1 by @dependabot in #160
- Bump org.junit:junit-bom from 5.10.0 to 5.10.1 by @dependabot in #163
- Bump com.microsoft.onnxruntime:onnxruntime from 1.16.1 to 1.16.2 by @dependabot in #164
- Bump com.google.protobuf:protobuf-java from 3.24.4 to 3.25.1 by @dependabot in #165
- Bump com.google.protobuf:protoc from 3.24.4 to 3.25.1 by @dependabot in #166
- Bump org.apache.logging.log4j:log4j-core from 2.21.1 to 2.22.0 by @dependabot in #167
- Bump org.apache.logging.log4j:log4j-jpl from 2.21.1 to 2.22.0 by @dependabot in #168
- Bump com.diffplug.spotless from 6.22.0 to 6.23.0 by @dependabot in #169
- Bump com.microsoft.onnxruntime:onnxruntime from 1.16.2 to 1.16.3 by @dependabot in #170
- Bump actions/setup-java from 3 to 4 by @dependabot in #172
- Bump com.diffplug.spotless from 6.23.0 to 6.23.3 by @dependabot in #171
- Bump github/codeql-action from 2 to 3 by @dependabot in #174
- Bump actions/upload-artifact from 3 to 4 by @dependabot in #175
- Bump org.apache.logging.log4j:log4j-jpl from 2.22.0 to 2.22.1 by @dependabot in #177
- Bump org.apache.logging.log4j:log4j-core from 2.22.0 to 2.22.1 by @dependabot in #178
- Add support for simple IoBinding by @yuzawa-san in #179
Full Changelog: v1.3.1...v1.4.0
v1.3.1
What's Changed
- do not mmap model files + use RegisterCustomOpsLibrary_V2 by @yuzawa-san in #149
- Bump com.diffplug.spotless from 6.21.0 to 6.22.0 by @dependabot in #150
Full Changelog: v1.3.0...v1.3.1
v1.3.0
ORT v1.16.0
What's Changed
- Bump com.microsoft.onnxruntime:onnxruntime from 1.15.0 to 1.15.1 by @dependabot in #124
- Bump com.google.protobuf:protoc from 3.23.2 to 3.23.4 by @dependabot in #127
- Bump com.google.protobuf:protobuf-java from 3.23.2 to 3.23.4 by @dependabot in #128
- Bump com.google.protobuf from 0.9.3 to 0.9.4 by @dependabot in #129
- Bump com.diffplug.spotless from 6.19.0 to 6.20.0 by @dependabot in #130
- Bump mikepenz/gradle-dependency-submission from 0.8.6 to 0.9.0 by @dependabot in #131
- Bump org.junit:junit-bom from 5.9.3 to 5.10.0 by @dependabot in #132
- Bump me.champeau.gradle.japicmp from 0.4.1 to 0.4.2 by @dependabot in #133
- Bump org.openjdk.jmh:jmh-core from 1.36 to 1.37 by @dependabot in #134
- Bump com.google.protobuf:protobuf-java from 3.23.4 to 3.24.1 by @dependabot in #139
- Bump org.openjdk.jmh:jmh-generator-annprocess from 1.36 to 1.37 by @dependabot in #135
- Bump com.google.protobuf:protoc from 3.23.4 to 3.24.1 by @dependabot in #138
- Bump com.google.protobuf:protoc from 3.24.1 to 3.24.2 by @dependabot in #140
- Bump com.google.protobuf:protobuf-java from 3.24.1 to 3.24.2 by @dependabot in #141
- Bump de.undercouch.download from 5.4.0 to 5.5.0 by @dependabot in #142
- Bump actions/checkout from 3 to 4 by @dependabot in #143
- Bump com.diffplug.spotless from 6.20.0 to 6.21.0 by @dependabot in #144
- ORT v1.16.0 bump by @yuzawa-san in #147
- Bump com.google.protobuf:protoc from 3.24.2 to 3.24.3 by @dependabot in #145
- Bump com.google.protobuf:protobuf-java from 3.24.2 to 3.24.3 by @dependabot in #146
- Bump com.microsoft.onnxruntime:onnxruntime from 1.15.1 to 1.16.0 by @dependabot in #148
Full Changelog: v1.2.0...v1.3.0
v1.2.0
Main Items
- ORT v1.15.0
- New execution providers
- Arena config for environments
- separate artifact versions.
onnxruntime-cpu
andonnxruntime-gpu
are versioned with1.15.0
and published with OS/arch classifiers. Those depend ononnxruntime
version 1.2.0.
What's Changed
- Bump org.apache.logging.log4j:log4j-jpl from 2.19.0 to 2.20.0 by @dependabot in #93
- Bump me.champeau.jmh from 0.6.8 to 0.7.0 by @dependabot in #94
- Bump mikepenz/gradle-dependency-submission from 0.8.4 to 0.8.5 by @dependabot in #97
- Bump com.google.protobuf:protoc from 3.22.0 to 3.22.2 by @dependabot in #98
- Bump com.diffplug.spotless from 6.15.0 to 6.17.0 by @dependabot in #99
- Bump org.apache.logging.log4j:log4j-core from 2.19.0 to 2.20.0 by @dependabot in #95
- Bump mikepenz/gradle-dependency-submission from 0.8.5 to 0.8.6 by @dependabot in #100
- Bump com.diffplug.spotless from 6.17.0 to 6.18.0 by @dependabot in #102
- Bump com.google.protobuf:protoc from 3.22.2 to 3.22.3 by @dependabot in #104
- Bump com.google.protobuf:protobuf-java from 3.22.0 to 3.22.3 by @dependabot in #105
- Bump me.champeau.jmh from 0.7.0 to 0.7.1 by @dependabot in #106
- Bump codecov/codecov-action from 3.1.1 to 3.1.3 by @dependabot in #107
- Bump com.google.protobuf from 0.9.2 to 0.9.3 by @dependabot in #108
- Bump codecov/codecov-action from 3.1.3 to 3.1.4 by @dependabot in #111
- Bump com.google.protobuf:protobuf-java from 3.22.3 to 3.23.1 by @dependabot in #112
- Bump com.google.protobuf:protoc from 3.22.3 to 3.23.1 by @dependabot in #113
- Bump to ORT v1.15.0 by @yuzawa-san in #114
- enable CoreML support by @yuzawa-san in #115
- publish properly versioned ORT artifacts by @yuzawa-san in #116
- Bump com.google.protobuf:protobuf-java from 3.23.1 to 3.23.2 by @dependabot in #117
- Bump com.microsoft.onnxruntime:onnxruntime from 1.14.0 to 1.15.0 by @dependabot in #118
- Bump com.diffplug.spotless from 6.18.0 to 6.19.0 by @dependabot in #119
- Bump com.google.protobuf:protoc from 3.23.1 to 3.23.2 by @dependabot in #120
- update providers by @yuzawa-san in #121
- Prevent version mismatch segfaults by @yuzawa-san in #122
- Shared environment arena config by @yuzawa-san in #123
Full Changelog: v1.1.0...v1.2.0
v1.1.0
What's Changed
- Bump com.diffplug.spotless from 6.13.0 to 6.14.1 by @dependabot in #86
- Bump com.microsoft.onnxruntime:onnxruntime from 1.13.1 to 1.14.0 by @dependabot in #87
- Bump com.diffplug.spotless from 6.14.1 to 6.15.0 by @dependabot in #88
- Bump mikepenz/gradle-dependency-submission from 0.8.3 to 0.8.4 by @dependabot in #89
- Bump com.google.protobuf:protobuf-java from 3.21.12 to 3.22.0 by @dependabot in #90
- Bump to onnxruntime v1.14.0 by @yuzawa-san in #92
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Bump protobuf-java from 3.21.2 to 3.21.3 by @dependabot in #38
- Bump protoc from 3.21.2 to 3.21.3 by @dependabot in #39
- Bump com.diffplug.spotless from 6.8.0 to 6.9.1 by @dependabot in #43
- Bump protoc from 3.21.3 to 3.21.5 by @dependabot in #44
- Bump protobuf-java from 3.21.3 to 3.21.5 by @dependabot in #45
- Bump net.researchgate.release from 3.0.0 to 3.0.1 by @dependabot in #46
- Bump com.diffplug.spotless from 6.9.1 to 6.10.0 by @dependabot in #47
- Bump net.researchgate.release from 3.0.1 to 3.0.2 by @dependabot in #48
- Bump codecov/codecov-action from 3.1.0 to 3.1.1 by @dependabot in #49
- Bump log4j-jpl from 2.18.0 to 2.19.0 by @dependabot in #50
- Bump protobuf-java from 3.21.5 to 3.21.6 by @dependabot in #51
- Bump protoc from 3.21.5 to 3.21.6 by @dependabot in #52
- Bump com.diffplug.spotless from 6.10.0 to 6.11.0 by @dependabot in #53
- Bump log4j-core from 2.18.0 to 2.19.0 by @dependabot in #54
- Bump protobuf-java from 3.21.6 to 3.21.7 by @dependabot in #56
- Bump protoc from 3.21.6 to 3.21.7 by @dependabot in #57
- use java 19's FFI API (in preview) by @yuzawa-san in #55
- Bump com.google.protobuf from 0.8.19 to 0.9.1 by @dependabot in #58
- Bump protoc from 3.21.7 to 3.21.8 by @dependabot in #59
- Bump protobuf-java from 3.21.7 to 3.21.8 by @dependabot in #60
- Bump protobuf-java from 3.21.8 to 3.21.9 by @dependabot in #62
- Bump protoc from 3.21.8 to 3.21.9 by @dependabot in #63
- Bump to version 1.13.1 by @yuzawa-san in #64
- Support ThreadingOptions, SessionOptions, and RunOptions by @yuzawa-san in #65
- performance improvements by @yuzawa-san in #66
- cpu and memory optimization by @yuzawa-san in #67
- add available providers method by @yuzawa-san in #68
- Properly cache headers + add constants by @yuzawa-san in #69
- Add more session options by @yuzawa-san in #71
- move builders into inner classes + register a shared allocator by @yuzawa-san in #72
- zero copy transactions by @yuzawa-san in #73
- add benchmarking by @yuzawa-san in #74
- Bump com.diffplug.spotless from 6.11.0 to 6.12.0 by @dependabot in #77
- Bump protoc from 3.21.9 to 3.21.11 by @dependabot in #78
- Bump protobuf-java from 3.21.9 to 3.21.11 by @dependabot in #79
- Bump protoc from 3.21.11 to 3.21.12 by @dependabot in #80
- Bump protobuf-java from 3.21.11 to 3.21.12 by @dependabot in #81
- Bump com.diffplug.spotless from 6.12.0 to 6.13.0 by @dependabot in #83
Full Changelog: v0.0.5...v1.0.0
v0.0.5
What's Changed
- Bump com.diffplug.spotless from 6.5.2 to 6.6.1 by @dependabot in #25
- Bump protoc from 3.20.1 to 3.21.1 by @dependabot in #26
- Bump protobuf-java from 3.20.1 to 3.21.1 by @dependabot in #27
- Bump com.diffplug.spotless from 6.6.1 to 6.7.2 by @dependabot in #29
- Bump protoc from 3.21.1 to 3.21.2 by @dependabot in #30
- Bump protobuf-java from 3.21.1 to 3.21.2 by @dependabot in #31
- Bump net.researchgate.release from 2.8.1 to 3.0.0 by @dependabot in #32
- Bump com.diffplug.spotless from 6.7.2 to 6.8.0 by @dependabot in #33
- Bump com.google.protobuf from 0.8.18 to 0.8.19 by @dependabot in #34
- Bump log4j-core from 2.17.2 to 2.18.0 by @dependabot in #35
- Bump log4j-jpl from 2.17.2 to 2.18.0 by @dependabot in #36
- bump 1.12.0 by @yuzawa-san in #37
Full Changelog: v0.0.4...v0.0.5
v0.0.4
What's Changed
- Bump protoc from 3.20.0 to 3.20.1 by @dependabot in #17
- Bump protobuf-java from 3.20.0 to 3.20.1 by @dependabot in #18
- Bump com.diffplug.spotless from 6.4.2 to 6.5.0 by @dependabot in #19
- Bump github/codeql-action from 1 to 2 by @dependabot in #20
- Bump codecov/codecov-action from 3.0.0 to 3.1.0 by @dependabot in #21
- Bump com.diffplug.spotless from 6.5.0 to 6.5.1 by @dependabot in #22
- Bump com.diffplug.spotless from 6.5.1 to 6.5.2 by @dependabot in #23
- Ort/1.11.1 by @yuzawa-san in #24
Full Changelog: v0.0.3...v0.0.4
v0.0.3
What's Changed
- try codeql by @yuzawa-san in #6
- Bump actions/checkout from 2 to 3 by @dependabot in #5
- Bump actions/cache from 2.1.7 to 3 by @dependabot in #7
- try fixing tar extraction by @yuzawa-san in #10
- Bump protoc from 3.19.4 to 3.20.0 by @dependabot in #9
- Bump com.diffplug.spotless from 6.3.0 to 6.4.0 by @dependabot in #8
- Bump protobuf-java from 3.19.4 to 3.20.0 by @dependabot in #11
- Bump com.diffplug.spotless from 6.4.0 to 6.4.1 by @dependabot in #12
- Bump com.diffplug.spotless from 6.4.1 to 6.4.2 by @dependabot in #13
- Bump codecov/codecov-action from 2.1.0 to 3.0.0 by @dependabot in #14
- Bump actions/setup-java from 2 to 3 by @dependabot in #15
- bump to downstream version 1.11.0 by @yuzawa-san in #16
Full Changelog: v0.0.2...v0.0.3
v0.0.2
What's Changed
- Add Windows Support + Multi OS CI by @yuzawa-san in #4
New Contributors
- @yuzawa-san made their first contribution in #4
Full Changelog: v0.0.1...v0.0.2