Sha256: bd2ca70529e637f95b23249de00b88b8b566d3f212e9b9ac51742fe287056241

Contents?: true

Size: 1.64 KB

Versions: 1

Compression:

Stored size: 1.64 KB

Contents

# 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.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.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
grpc-rest-0.1.22 CHANGELOG