Skip to content

Releases: DaredevilOSS/sqlc-gen-csharp

v0.12.1

17 Oct 16:45
335fddd
Compare
Choose a tag to compare

Release version v0.12.1

Release sha256 is 6901282e62814ca9c9542596fbccad695335a9d6008ba65c1f437e18229e1de7

Configuration example

version: '2'
plugins:
- name: csharp
  wasm:
    url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.12.1/sqlc-gen-csharp.wasm
    sha256: 6901282e62814ca9c9542596fbccad695335a9d6008ba65c1f437e18229e1de7

Changelog

335fddd - Ilan Uzan, 10 minutes ago : [release] matrix test logging change (#82)
7cf1130 - github-actions[bot], 37 minutes ago : update docs (#81)
0f0813a - Ilan Uzan, 37 minutes ago : add sqlite support (#80)

Contributors

v0.12.0

27 Jul 09:20
b27064b
Compare
Choose a tag to compare

Release version v0.12.0

Release sha256 is ea5e95c1619c1ee9543b54bdabf652d29e3ac0ea4d45bc5cd5854c3168bf221f

Configuration example

version: '2'
plugins:
- name: csharp
  wasm:
    url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.12.0/sqlc-gen-csharp.wasm
    sha256: ea5e95c1619c1ee9543b54bdabf652d29e3ac0ea4d45bc5cd5854c3168bf221f

Changelog

b27064b - Ilan Uzan, 8 minutes ago : [release] [minor] bugfix - unable to generate code due to GenericInvalidData error (#76)
996e5b7 - Ilan Uzan, 11 hours ago : 1. Refactor around DB specific methods - adding proper interfaces and adjusting downstream code (#75)
da72359 - Ilan Uzan, 18 hours ago : small refactor to DbDriver interface (#74)
ea1dfb8 - Ilan Uzan, 21 hours ago : add windows-runner to CI (#73)
3683023 - Ilan Uzan, 7 days ago : add copy command support to Npgsql (#72)
077e21a - Ilan Uzan, 7 days ago : standardize list construction across project (#71)
e711775 - Ilan Uzan, 12 days ago : small fix to release action (#70)
bccac28 - Ilan Uzan, 2 weeks ago : update README (#69)
bec5e0c - github-actions[bot], 3 weeks ago : update docs (#68)
311425c - Ilan Uzan, 3 weeks ago : remove missing option from sqlc config and CI tests (#67)

Contributors

v0.11.0

23 Jul 19:26
568bc04
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

Release version v0.11.0

Release sha256 is 3966b12b256049ea6abd8f8e18b424b8a15b58a78c6f994d1a11f2e344d7c4e0

Configuration example

version: '2'
plugins:
- name: csharp
  wasm:
    url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.11.0/sqlc-gen-csharp.wasm
    sha256: 3966b12b256049ea6abd8f8e18b424b8a15b58a78c6f994d1a11f2e344d7c4e0

Changelog

568bc04 - Ilan Uzan, 5 minutes ago : [release] [minor] remove redundant option filePerQuery (#66)
cb1947b - Ilan Uzan, 5 days ago : fix README status badge (#65)

Contributors

v0.10.2

02 Jul 17:24
7c5b0c4
Compare
Choose a tag to compare

Release version v0.10.2

Release sha256 is 04811ba7a99105d98995f26c2e4f70f814d7cacb7be5c08f8d5575fc059b027d

Configuration example

version: '2'
plugins:
- name: csharp
  wasm:
    url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.10.2/sqlc-gen-csharp.wasm
    sha256: 04811ba7a99105d98995f26c2e4f70f814d7cacb7be5c08f8d5575fc059b027d

Changelog

7c5b0c4 - Ilan Uzan, 5 minutes ago : [release] split Main workflow to CI and Release (#64)
c403224 - Ilan Uzan, 4 days ago : fixed generate examples doc (#62)
58657d0 - Ilan Uzan, 5 days ago : Link to examples doc (#60)
6a67918 - Ilan Uzan, 8 days ago : fix project name ProcessRunner => LocalRunner (#61)
1c3a3fd - github-actions[bot], 2 weeks ago : update docs (#59)
295c522 - Ilan Uzan, 2 weeks ago : auto-generating Examples.md in github action (#57)
4b03e07 - Ilan Uzan, 2 weeks ago : removing bad file (#56)
3920269 - Ilan Uzan, 2 weeks ago : small logging changes around codegen-test and small refactoring of Drivers project (#55)
693acf1 - Ilan Uzan, 2 weeks ago : testing via CI all of the possible configurations and refactored run_codegen_test script (#54)
08faef0 - Ilan Uzan, 2 weeks ago : add generate-csproj config tests (#53)
2111edb - Ilan Uzan, 3 weeks ago : separate build job to build and codegen tests jobs (#52)
258d0b0 - Ilan Uzan, 3 weeks ago : split ci job to build and test (#51)
7264d98 - Ilan Uzan, 3 weeks ago : testing different configurations via github action matrix - file-per-query config (#50)
a6daa4f - Ilan Uzan, 3 weeks ago : rename test project (#48)

Contributors

v0.10.1

10 Jun 07:18
962eca3
Compare
Choose a tag to compare

Release version v0.10.1

Release sha256 is 0b78516e263da428df060db7bf404292b087762dc4868330b9ee23c37fa41364

Configuration example

version: '2'
plugins:
- name: csharp
  wasm:
    url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.10.1/sqlc-gen-csharp.wasm
    sha256: 0b78516e263da428df060db7bf404292b087762dc4868330b9ee23c37fa41364

Changelog

962eca3 - Ilan Uzan, 3 minutes ago : [release] add changelog to release draft (#47)
006a544 - Doron Eli, 2 days ago : test release flow in CI (#46)
4bf521e - Ilan Uzan, 4 days ago : * validate Dockerfile is up to date in github action (#45)
e614884 - Ilan Uzan, 7 days ago : bugfix around DotnetFramwork option value check (#44)
70053b1 - Ilan Uzan, 10 days ago : 1. verify sqlc generated code is up to date (sqlc diff) (#42)
0f5288b - Ilan Uzan, 3 weeks ago : Added linting and some refactoring (#41)
bc25e85 - Ilan Uzan, 3 weeks ago : add CI indications on README (#39)
06d2b4b - Doron Eli, 3 weeks ago : Improve README (#38)

Contributors

v0.10.0

17 May 21:18
f29ffdd
Compare
Choose a tag to compare

Release version v0.10.0

Release sha256 is 613ae249a541ab95c97b362bd1b0b572970edcad5eb2a11806a52d3f95e0f65f

Configuration example

version: '2'
plugins:
- name: csharp
  wasm:
    url: https://github.com/DaredevilOSS/sqlc-gen-csharp/releases/download/v0.10.0/sqlc-gen-csharp.wasm
    sha256: 613ae249a541ab95c97b362bd1b0b572970edcad5eb2a11806a52d3f95e0f65f

Changelog

Since this is the first release 🎉 the below list is our full list of features

  • The wasm supports generated c# for .netstandard2.0, .netstandard2.1 & .net8.0 - you can choose using the targetFramework option
  • The option to include csproj file in the output directory
  • The option to generate one file per query using the filePerQuery option

Contributors