-
Notifications
You must be signed in to change notification settings - Fork 3
/
CHANGELOG
70 lines (46 loc) · 1.76 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## UNRELEASED
# 0.1.24 - 2024-12-09
- Log error backtraces.
# 0.1.23 - 2024-11-25
- Fix: Return a 400 status code when payload is invalid JSON
# 0.1.22 - 2024-10-31
- Fix: calling `fail!` in gruf Interceptors was failing with an unrelated exception.
# 0.1.21 - 2024-09-12
- Feature: Support gruf Interceptors.
# 0.1.20 - 2024-09-10
- Fix: Repeated float values weren't being treated as arrays and were crashing.
# 0.1.19 - 2024-08-22
- Add `emit_defaults` extension for JSON responses.
# 0.1.18 - 2024-08-15
- Automatically add prefixes to enum values if not provided
# 0.1.17 - 2024-07-30
- Ignore unknown fields in JSON decoding
# 0.1.16 - 2024-07-09
- Support requests in camel case
# 0.1.15 - 2024-06-26
- Actually emit the correct error code on failure. :(
# 0.1.14 - 2024-06-25
- Emit the correct error code on failure.
# 0.1.13 - 2024-06-24
- Use grpc's `to_json` methods to output fields correctly.
# 0.1.12 - 2024-05-15
- Parse numbers into Ruby number objects.
# 0.1.10 - 2024-04-06
- Fix incorrect decoding of enum descriptors.
# 0.1.9 - 2024-04-09
- Added tests.
- Fixed some bugs around path globbing.
# 0.1.6 - 2024-04-05
- Fixed bug where a blank routes file would be emitted when no services were found.
- Added a comment line indicating that files are auto-generated.
# 0.1.5 - 2024-04-04
- Parse Google Well Known Types (WKT) in request.
# 0.1.4 - 2024-04-04
- Remove geo-admin hardcoded requirement.
- Use baked-in Protobuf initialization to support nested objects properly.
# 0.1.0 - 2024-03-01
* Initial release.