Sha256: 041255ccbf9fa2da102ffa76dd955a88ce0251a43f69bdae1b41c90a027fcb01

Contents?: true

Size: 644 Bytes

Versions: 1

Compression:

Stored size: 644 Bytes

Contents

# CHANGELOG

## 2.3.0 - 2020-09-39

- Add `error_status_code_map` option to `RackGraphql::Application`.

  `error_status_code_map` allows for return custom http code when specific errors are raised.

## 2.2.1 - 2020-09-14

- Rename `source_app` to `app_name` in error payload.

## 2.2.0 - 2020-09-14

- Add `source_app` to error payload.

## 2.1.0 - 2020-09-14

- Add `log_exception_backtrace` option to `RackGraphql::Application`

## 2.0.0 - 2020-09-14

- Catch all exceptions raised by the app respond with 500 status codea and json content type
- Add ability to not log exception backtrace with `RackGraphql.log_exception_backtrace = false`

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rack-graphql-2.3.1 CHANGELOG.md