Skip to content
This repository has been archived by the owner on Aug 31, 2020. It is now read-only.

Releases: jackskj/protoc-gen-map

v0.4.1

20 May 17:16
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release

Fixes:
Propagates context to sql.QueryContext and sql.ExecContext to prevent unnecessary sql execution if client cancels the request.

v0.4.0

11 May 16:56
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

New Features:
Adds parameterized query feature with built in "param" template function.
Adds protoc-gen-go 1.4 support

v0.3.1

21 Nov 03:06
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Patches:
Adds error message when incorrect sql is provided
Improves testing and the golden file

v0.3.0

10 Nov 16:49
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

New Features:
Implements Callback and Caching functionality

Corrections:
Improves Logging
Improves Testing with a golden file

v0.2.1

04 Nov 22:24
1634ba9
Compare
Choose a tag to compare
v0.2.1 Pre-release
Pre-release

Patches:
Resolves unintentional defer db.Close() calls.

v0.2.0

29 Oct 22:57
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

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.