Skip to content

Commit

Permalink
[61552] 5.1.0 Release (#305)
Browse files Browse the repository at this point in the history
New `nylas` v5.1.0 release bringing in the following new features:
* Add support for read only attributes (#298)
* Add `save_all_attributes` and `update_all_attributes` methods to support nullifying attributes. (#299)
* Add support new `Event` metadata feature (#300)

The new release also fixes the following:
* Fix attributes assignment for `Delta` (#297)  
* Fix issue where files couldn't be attached to drafts (#302)
* Fix exception raise when content-type is not JSON (#303)
* Fix issue where draft version wouldn't update after `update` or `save` (#304)
  • Loading branch information
mrashed-dev authored Jun 7, 2021
1 parent 4de09f7 commit 3deeaf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
### Unreleased
* Add `metadata` field in the Event model to support new Event metadata feature #300
* Add support for filtering `metadata` using `metadata_key`, `metadata_value`, and `metadata_pair` #300
### 5.1.0 / 2021-06-07
* Add support for read only attributes #298
* Add `save_all_attributes` and `update_all_attributes` methods to support
nullifying attributes. #299
* Add support new `Event` metadata feature #300
* Fix attributes assignment for `Delta` #297
* Fix issue where files couldn't be attached to drafts #302
* Fix exception raise when content-type is not JSON #303
* Fix issue where draft version wouldn't update after `update` or `save` #304
Expand Down
2 changes: 1 addition & 1 deletion lib/nylas/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Nylas
VERSION = "4.6.5"
VERSION = "5.1.0"
end

0 comments on commit 3deeaf3

Please sign in to comment.