Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[new release] opium-graphql, rock, opium and opium-testing (0.20.0) #17803

Merged
merged 1 commit into from
Dec 11, 2020

Conversation

tmattio
Copy link
Contributor

@tmattio tmattio commented Dec 9, 2020

Run GraphQL servers with Opium

CHANGES:

Added

Fixed

CHANGES:

## Added

- New `Auth` module to work with `Authorization` header (rgrinberg/opium#238)
- New `basic_auth` middleware to protect handlers with a `Basic` authentication method (rgrinberg/opium#238)
- New `Response.of_file` API for conveniently creating a response of a file (rgrinberg/opium#244)
- Add a package `opium-graphql` to easily create GraphQL server with Opium (rgrinberg/opium#235)
- Add a function `App.run_multicore` that uses pre-forking and spawns multiple processes that will handle incoming requests (rgrinberg/opium#239)

## Fixed

- Fix reading cookie values when multiple cookies are present in `Cookie` header (rgrinberg/opium#246)
@camelus
Copy link
Contributor

camelus commented Dec 9, 2020

Commit: b2113f6

@tmattio has posted 10 contributions.

☀️ All lint checks passed b2113f6
  • These packages passed lint tests: opium-graphql.0.20.0, opium-testing.0.20.0, opium.0.20.0, rock.0.20.0

☀️ Installability check (+4)
  • new installable packages (4): opium.0.20.0 opium-graphql.0.20.0 opium-testing.0.20.0 rock.0.20.0

@mseri
Copy link
Member

mseri commented Dec 11, 2020

Looks good thanks

@mseri mseri merged commit 1089e2f into ocaml:master Dec 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants