All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
NEO4J_BOLT_VERSION
configuration.
- Added
HasCallStack
to unsafe functions; - Report actual value and expected type on parse errors.
- Compilation with
--pedantic
.
- GitLab CI.
dotenv
format.S3Config
.
NFData
instances for configs.
- Lens for configs;
- Instances are implemented using
Data.Aeson
.
- Bugfix with imports
- Field
databases
in Postgres config.
- Field
database
changed todatabases
in Mongo config.
- Field
database
in Mongo config.
- Data for
bio-sources
library.
- Class name for get config from JSON. Now it is
FromJsonConfig
with methodfromJsonConfig :: MonadIO m => m a
.
GetConfig
class with methodgetConfig
- Instances for FileSystem, Mongo, Mysql, Neo4j, Postgres, Redis, Schrodinger