Releases: jackskj/protoc-gen-map
Releases · jackskj/protoc-gen-map
v0.4.1
Fixes:
Propagates context to sql.QueryContext and sql.ExecContext to prevent unnecessary sql execution if client cancels the request.
v0.4.0
New Features:
Adds parameterized query feature with built in "param" template function.
Adds protoc-gen-go 1.4 support
v0.3.1
Patches:
Adds error message when incorrect sql is provided
Improves testing and the golden file
v0.3.0
New Features:
Implements Callback and Caching functionality
Corrections:
Improves Logging
Improves Testing with a golden file
v0.2.1
Patches:
Resolves unintentional defer db.Close() calls.
v0.2.0
This is the first release of protoc-gen-map, a SQL data mapping framework for protocall buffers.
Protoc-gen-map supports all primitive fields, nested messages, and timestamp.Timestamp fields.