Current section
Files
Jump to
Current section
Files
cuttlefish
CHANGELOG.md
CHANGELOG.md
# Changelog
## v3.5.0
* Support tagged values with colons [#56](https://github.com/Kyorai/cuttlefish/pull/56)
## [v3.4.0](https://github.com/Kyorai/cuttlefish/tree/v3.4.0)
* New data types: "plain" binary, tagged binary by @michaelklishin in https://github.com/Kyorai/cuttlefish/pull/52
**Full Changelog**: https://github.com/Kyorai/cuttlefish/compare/v3.3.0...v3.4.0
## [v3.3.0](https://github.com/Kyorai/cuttlefish/tree/v3.3.0)
* Don't fail with an 'undefined' log level by @michaelklishin in https://github.com/Kyorai/cuttlefish/pull/45
* New data type: tagged string by @michaelklishin in https://github.com/Kyorai/cuttlefish/pull/46
* Grammar: require a space after the "include" directive by @michaelklishin in https://github.com/Kyorai/cuttlefish/pull/47
* Support for 'escaped values' by @michaelklishin in https://github.com/Kyorai/cuttlefish/pull/48
* Require Erlang/OTP 24.x by @michaelklishin in https://github.com/Kyorai/cuttlefish/pull/49
* Bump getopt to 1.0.3 by @michaelklishin in https://github.com/Kyorai/cuttlefish/pull/50
**Full Changelog**: https://github.com/Kyorai/cuttlefish/compare/v3.2.0...v3.3.0
## [v3.2.0](https://github.com/Kyorai/cuttlefish/tree/v3.2.0) (2023-02-13)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v3.1.0...v3.2.0)
**Merged pull requests:**
- GHA updates [\#34](https://github.com/Kyorai/cuttlefish/pull/34) ([lukebakken](https://github.com/lukebakken))
- Add new domain\_socket data type [\#33](https://github.com/Kyorai/cuttlefish/pull/33) ([codeadict](https://github.com/codeadict))
## [v3.1.0](https://github.com/Kyorai/cuttlefish/tree/v3.1.0) (2022-10-06)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v3.0.1...v3.1.0)
**Merged pull requests:**
- Support unicode throughout [\#31](https://github.com/Kyorai/cuttlefish/pull/31) ([lukebakken](https://github.com/lukebakken))
- Update GitHub actions [\#30](https://github.com/Kyorai/cuttlefish/pull/30) ([lukebakken](https://github.com/lukebakken))
- Fix typos [\#27](https://github.com/Kyorai/cuttlefish/pull/27) ([kianmeng](https://github.com/kianmeng))
- Update GH actions [\#26](https://github.com/Kyorai/cuttlefish/pull/26) ([lukebakken](https://github.com/lukebakken))
## [v3.0.1](https://github.com/Kyorai/cuttlefish/tree/v3.0.1) (2021-03-26)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v3.0.0...v3.0.1)
**Closed issues:**
- Config for unix socket listeners [\#23](https://github.com/Kyorai/cuttlefish/issues/23)
- List datatype [\#21](https://github.com/Kyorai/cuttlefish/issues/21)
**Merged pull requests:**
- Fix regex to include file [\#25](https://github.com/Kyorai/cuttlefish/pull/25) ([ansd](https://github.com/ansd))
- new datatype 'fqdn' [\#24](https://github.com/Kyorai/cuttlefish/pull/24) ([hmmr](https://github.com/hmmr))
- Add new list datatype [\#22](https://github.com/Kyorai/cuttlefish/pull/22) ([lrascao](https://github.com/lrascao))
## [v3.0.0](https://github.com/Kyorai/cuttlefish/tree/v3.0.0) (2021-03-13)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v2.7.0...v3.0.0)
**Closed issues:**
- Switch to built-in Erlang logger [\#19](https://github.com/Kyorai/cuttlefish/issues/19)
**Merged pull requests:**
- Replace Lager with OTP logger [\#20](https://github.com/Kyorai/cuttlefish/pull/20) ([michaelklishin](https://github.com/michaelklishin))
- Erlang 24 compatibility [\#18](https://github.com/Kyorai/cuttlefish/pull/18) ([michaelklishin](https://github.com/michaelklishin))
## [v2.7.0](https://github.com/Kyorai/cuttlefish/tree/v2.7.0) (2021-03-07)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v2.6.0...v2.7.0)
## [v2.6.0](https://github.com/Kyorai/cuttlefish/tree/v2.6.0) (2021-01-25)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v2.5.0...v2.6.0)
**Closed issues:**
- Read conf variables from the environment [\#16](https://github.com/Kyorai/cuttlefish/issues/16)
**Merged pull requests:**
- Allow environment variable config substitutions [\#17](https://github.com/Kyorai/cuttlefish/pull/17) ([lrascao](https://github.com/lrascao))
## [v2.5.0](https://github.com/Kyorai/cuttlefish/tree/v2.5.0) (2020-12-04)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v2.4.1...v2.5.0)
**Closed issues:**
- Update getopt to 1.0.2 when published [\#11](https://github.com/Kyorai/cuttlefish/issues/11)
- Environment vars [\#7](https://github.com/Kyorai/cuttlefish/issues/7)
**Merged pull requests:**
- Bump getopt to 1.0.2 [\#15](https://github.com/Kyorai/cuttlefish/pull/15) ([lrascao](https://github.com/lrascao))
- Allow shell expanded .conf values [\#14](https://github.com/Kyorai/cuttlefish/pull/14) ([lrascao](https://github.com/lrascao))
- Allow inclusion of other .conf files [\#13](https://github.com/Kyorai/cuttlefish/pull/13) ([lrascao](https://github.com/lrascao))
- Feature/standalone vm args generation [\#12](https://github.com/Kyorai/cuttlefish/pull/12) ([lrascao](https://github.com/lrascao))
- Add Windows and GitHub action status [\#10](https://github.com/Kyorai/cuttlefish/pull/10) ([lukebakken](https://github.com/lukebakken))
- Enable Github CI check on pull requests to master [\#9](https://github.com/Kyorai/cuttlefish/pull/9) ([lrascao](https://github.com/lrascao))
- Feature/standalone config generation [\#8](https://github.com/Kyorai/cuttlefish/pull/8) ([lrascao](https://github.com/lrascao))
## [v2.4.1](https://github.com/Kyorai/cuttlefish/tree/v2.4.1) (2020-08-20)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v2.4.0...v2.4.1)
## [v2.4.0](https://github.com/Kyorai/cuttlefish/tree/v2.4.0) (2020-07-22)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v2.3.0...v2.4.0)
**Merged pull requests:**
- Upgrade to lager 3.8.0 [\#6](https://github.com/Kyorai/cuttlefish/pull/6) ([lukebakken](https://github.com/lukebakken))
## [v2.3.0](https://github.com/Kyorai/cuttlefish/tree/v2.3.0) (2019-08-07)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v2.2.1...v2.3.0)
**Merged pull requests:**
- Repurpose -a to mean --advanced\_conf\_file as --app\_config is unused [\#5](https://github.com/Kyorai/cuttlefish/pull/5) ([michaelklishin](https://github.com/michaelklishin))
## [v2.2.1](https://github.com/Kyorai/cuttlefish/tree/v2.2.1) (2019-08-07)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v2.2.0...v2.2.1)
**Fixed bugs:**
- Ignore whitespace-only lines [\#2](https://github.com/Kyorai/cuttlefish/pull/2) ([lukebakken](https://github.com/lukebakken))
**Closed issues:**
- Cuttlefish chokes on lines with only whitespace characters in the config file [\#1](https://github.com/Kyorai/cuttlefish/issues/1)
**Merged pull requests:**
- Add appvoyer badge [\#4](https://github.com/Kyorai/cuttlefish/pull/4) ([Licenser](https://github.com/Licenser))
- Enable build on Windows [\#3](https://github.com/Kyorai/cuttlefish/pull/3) ([lukebakken](https://github.com/lukebakken))
## [v2.2.0](https://github.com/Kyorai/cuttlefish/tree/v2.2.0) (2019-07-12)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v2.1.4...v2.2.0)
## [v2.1.4](https://github.com/Kyorai/cuttlefish/tree/v2.1.4) (2018-07-08)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v2.1.3...v2.1.4)
## [v2.1.3](https://github.com/Kyorai/cuttlefish/tree/v2.1.3) (2018-05-31)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v2.1.2...v2.1.3)
## [v2.1.2](https://github.com/Kyorai/cuttlefish/tree/v2.1.2) (2018-05-31)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v2.1.1...v2.1.2)
## [v2.1.1](https://github.com/Kyorai/cuttlefish/tree/v2.1.1) (2018-05-23)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/v2.1.0...v2.1.1)
## [v2.1.0](https://github.com/Kyorai/cuttlefish/tree/v2.1.0) (2018-05-21)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.11...v2.1.0)
## [2.0.11](https://github.com/Kyorai/cuttlefish/tree/2.0.11) (2017-02-06)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.10...2.0.11)
## [2.0.10](https://github.com/Kyorai/cuttlefish/tree/2.0.10) (2016-10-12)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.9...2.0.10)
## [2.0.9](https://github.com/Kyorai/cuttlefish/tree/2.0.9) (2016-09-29)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.8...2.0.9)
## [2.0.8](https://github.com/Kyorai/cuttlefish/tree/2.0.8) (2016-09-22)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.7...2.0.8)
## [2.0.7](https://github.com/Kyorai/cuttlefish/tree/2.0.7) (2016-07-06)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.2p2...2.0.7)
## [2.0.2p2](https://github.com/Kyorai/cuttlefish/tree/2.0.2p2) (2016-03-03)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.1...2.0.2p2)
## [2.0.1](https://github.com/Kyorai/cuttlefish/tree/2.0.1) (2016-02-12)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.6...2.0.1)
## [2.0.6](https://github.com/Kyorai/cuttlefish/tree/2.0.6) (2016-02-03)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.2p1...2.0.6)
## [2.0.2p1](https://github.com/Kyorai/cuttlefish/tree/2.0.2p1) (2016-01-29)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.5...2.0.2p1)
## [2.0.5](https://github.com/Kyorai/cuttlefish/tree/2.0.5) (2015-08-04)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.4...2.0.5)
## [2.0.4](https://github.com/Kyorai/cuttlefish/tree/2.0.4) (2015-07-21)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.3...2.0.4)
## [2.0.3](https://github.com/Kyorai/cuttlefish/tree/2.0.3) (2015-06-27)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.2...2.0.3)
## [2.0.2](https://github.com/Kyorai/cuttlefish/tree/2.0.2) (2015-06-10)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.0rc2...2.0.2)
## [2.0.0rc2](https://github.com/Kyorai/cuttlefish/tree/2.0.0rc2) (2014-08-13)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.0...2.0.0rc2)
## [2.0.0](https://github.com/Kyorai/cuttlefish/tree/2.0.0) (2014-08-13)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/2.0.0rc1...2.0.0)
## [2.0.0rc1](https://github.com/Kyorai/cuttlefish/tree/2.0.0rc1) (2014-05-20)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/0.1.0...2.0.0rc1)
## [0.1.0](https://github.com/Kyorai/cuttlefish/tree/0.1.0) (2013-10-16)
[Full Changelog](https://github.com/Kyorai/cuttlefish/compare/b43aa2d590727f6e7a0e2a330758161b296760f3...0.1.0)
\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*