Skip to content

Commit

Permalink
Bump version to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simukappu committed Feb 4, 2020
1 parent bd6e5e2 commit 3dc335d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 2.1.0 / 2020-02-04
[Full Changelog](http://github.com/simukappu/activity_notification/compare/v2.0.0...v2.1.0)

Enhancements:

* Add API mode using notification and subscription API controllers - [#108](https://github.com/simukappu/activity_notification/issues/108) [#113](https://github.com/simukappu/activity_notification/issues/113)
* Add API controllers integrated with Devise Token Auth - [#108](https://github.com/simukappu/activity_notification/issues/108) [#113](https://github.com/simukappu/activity_notification/issues/113)
* Add sample single page application working with REST API backend - [#108](https://github.com/simukappu/activity_notification/issues/108) [#113](https://github.com/simukappu/activity_notification/issues/113)
* Move Action Cable broadcasting to optional targets - [#111](https://github.com/simukappu/activity_notification/issues/111)
* Add Action Cable API channels publishing formatted JSON - [#111](https://github.com/simukappu/activity_notification/issues/111)
* Rescue and skip error in optional_targets - [#103](https://github.com/simukappu/activity_notification/issues/103)
* Add *later_than* and *earlier_than* filter options to notification index API - [#108](https://github.com/simukappu/activity_notification/issues/108)
* Add key uniqueness validation to subscription model - [#119](https://github.com/simukappu/activity_notification/issues/119)
* Make mailer headers more configurable to set custom *from*, *reply_to* and *message_id* - [#116](https://github.com/simukappu/activity_notification/pull/116)
* Allow use and test with Rails 6.0 release - [#102](https://github.com/simukappu/activity_notification/issues/102)

Breaking Changes:

* Change HTTP POST method of open notification and subscription methods into PUT method
* Make *Target#open_all_notifications* return opened notification records instead of their count
* Make *Subscriber#create_subscription* raise *ActivityNotification::RecordInvalidError* when the request is invalid - [#119](https://github.com/simukappu/activity_notification/pull/119)

## 2.0.0 / 2019-08-09
[Full Changelog](http://github.com/simukappu/activity_notification/compare/v1.7.1...v2.0.0)

Expand Down
2 changes: 1 addition & 1 deletion lib/activity_notification/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActivityNotification
VERSION = "2.0.0"
VERSION = "2.1.0"
end

0 comments on commit 3dc335d

Please sign in to comment.