- Add
enable-introspection
option to Lacinia component. If you want to enable introspection, you need to setenable-introspection
totrue
explicitly.
- Bump whole dependencies.
- Updated to use
org.eclipse.angus/angus-mail
instead ofcom.sun.mail/jakarta.mail
.- Jakarta Mail implementation had been moved to Eclipse Angus.
- Bumped lacinia to 1.2.
- Enabled
toyokumo.commons.experimental.firebase.admin-sdk/FirebaseAdmin
to specifyFirebaseOptions$Builder
via theoptions-builder
option.
- Fixed
toyokumo.commons.ring.response/attachment
to work correctly with Safari.
- Changed to use build.edn to build and deploy this library.
- Make SendGrid API base URL customizable and remove them from vars.
- Exclude
slf4j-api
from dependencies.
- Fix
toyokumo.commons.ring.response/attachment
to handle filenames containing spaces correctly.
- Remove deprecated codes for PostgreSQL. Use
toyokumo.commons.db.postgresql
andtoyokumo.commons.db.extension.postgresql
- Fix cljdoc to be able to generate documents correctly.
- Experimental support for GraphQL.
- Improve and add lint settings
- Add Intellij settings
- Add PostgreSQL specific namespaces
- Use deps.edn instead of Leiningen.
- Use GitHub actions instead of CircleCI.
- JDK 8 support was dropped because updated to Jetty 10.
- Bump versions #7, which includes this breaking change.
- Add email quote and unquote util
- Add email protocol and SendGrid implementation
- Fix
qualified-name
to work on cljs
- Make transit enable to use from cljs
- Add response types
- Upgrade Jetty9
- Upgrade jakarta mail
- Add
qualified-name
- Add components such as Jetty9Server, HikariCP and Carmine and functions to use them
- Add ring middlewares such as wrap-health-check and wrap-trailing-slash
- Use jsonista for encoding and decoding JSON
- Fix
toyokumo.commons.ring.response/attachment
to work on IE
- Add
toyokumo.commons.io/excluding-bom-reader
- Add session utilities to
toyokumo.commons.ring.response
- Add
charset
option tourl-encode
,url-decode
intoyokumo.commons.url
andhtml
,json
andcsv
intoyokumo.commons.ring.response
- Divide
toyokumo.commons.ring.response/csv
intoattachment
andcsv
- Remove schema from a cljc file
Initial release.