Skip to content

Releases: foxygoat/jig

v0.0.11

02 Jan 12:21
602572d
Compare
Choose a tag to compare

Changelog

v0.0.10

02 Jan 11:35
Compare
Choose a tag to compare

Changelog

  • 1cf3b7a ☠️ bones: Add sub-command to generate jsonnet method skeletons (#14)
  • 6103782 bones: Add sub-command to generate jsonnet method skeletons
  • 267150f build: Output git status on check-uptodate failure
  • f715be7 proto: Add exemplar.proto and update generated files
  • 6b17396 proto: Generate per-proto .pb files

v0.0.9

20 Dec 05:34
48e1194
Compare
Choose a tag to compare

Changelog

v0.0.8

20 Dec 05:00
Compare
Choose a tag to compare

Changelog

  • 026e9f8 ✅ Add end-to-end jig tests (#12)
  • 5293057 Add end-to-end jig tests
  • d9e3385 Extract Client struct from client command
  • 508c8d1 Move internal commands to internal/cmd

v0.0.7

19 Dec 23:13
01f718b
Compare
Choose a tag to compare

Changelog

  • 01f718b ♻️ Stop handling EOF explicitly for bidi (#11)

v0.0.6

19 Dec 22:49
4a660a8
Compare
Choose a tag to compare

Changelog

v0.0.5

17 Dec 11:48
Compare
Choose a tag to compare

Changelog

  • 442f3a8 🪲 Add metadata handling (#8)
  • 282bfe1 Tidy go modules
  • bd8b88c build: Add make tidy and run that in check-uptodate
  • 23346ea Pass and accept metadata to/from jsonnet methods
  • 775416a client: Output header/trailer metadata
  • 99b2eae client: Return error on bidi errors
  • c8c8fcd serve: remove unnecessary serverStream interface
  • 4ed3fb4 client: Properly handle nil errors
  • 83d7acc Fix EOF handling in client streaming methods

v0.0.4

16 Dec 08:09
ff71835
Compare
Choose a tag to compare

Changelog

  • ff71835 👗 Handle status responses from jsonnet methods (#6)

v0.0.3

15 Dec 23:49
Compare
Choose a tag to compare

Changelog

v0.0.2

15 Dec 23:12
Compare
Choose a tag to compare

Changelog

  • b8d4a65 🌱 Initial pony implementation (#3)
  • 1b89530 Handle streaming gRPC methods
  • 88a39ec Add all streaming to echo service and samples
  • 3db2f0b Initial version of pony serve
  • cd9951b Update all.pb to match .proto file