diff --git a/doc/release-notes/RELEASE-NOTES-1.1.md b/doc/release-notes/RELEASE-NOTES-1.1.md new file mode 100644 index 0000000000000000000000000000000000000000..ba926159350b7be3aa28ed0d370d550d4c4b23a0 --- /dev/null +++ b/doc/release-notes/RELEASE-NOTES-1.1.md @@ -0,0 +1,47 @@ +# Release 1.1! + +This is the first release of Nynja with Erlang release mechanism! +We are happy to inform that it will run Erlang/OTP21. + +### Highlights + +* Upgrade to Erlang/OTP21 for performance and maintainability +* Prepare database for future distributed setup +* Initial fixes of Unread, History and History Limit +* Support of SignUp +* Number of internal fixes and server side improvements like logging + + +### List of changes from the newest + +* Multiple fixes and changes to logging mechanics + (handling large outputs) +* Further fixes to releases +* Multiple fix-ups of REST API caused by webserver upgrade +* Add redbug to the release (debugging software) +* Introduce local build scripts that use docker equivalent of production +* Replace expired push certificates +* Fix History get and double_get +* Improve Thumbnail validation +* Implement message send to groups (SignUp) +* Handle all states of "Friendship" in p2p REST API +* Use stdlib in number of places, remove some of unused code +* Fix all compilation warnings +* Fix transcribe, improve handling of amazon_api +* Fix MIME type handling of REST APIs +* Unify loggers, migrate to OTP logger, extend logging +* Extend Makefile with test targets +* Improve validation and validation module handling +* Progress with application tree cleanup +* Discontinue unsupported webserves for REST; migrate to cowboy +* Manage forks of dependencies, improve & move to our github org +* Remove potential dead loop on bad Friend structure +* Erlang/OTP21 & rebar3 +* Build OAM module for Mnesia db (upgrades, syncing etc.) +* History Limit - Message/delete support +* History Limit - Message/edit support +* Remove noisy crashes from production log +* Improve internal shared_room computation +* Support accountId in get_profile (SignUp) +* Fix Unread in case of calls of sub-group +