Skip to content

Commit

Permalink
Updates related to merge of #92
Browse files Browse the repository at this point in the history
  • Loading branch information
pond committed Jan 14, 2024
1 parent bed7488 commit a643130
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# 2.7.0 (2024-01-12)

Warning:

* The default `type` value of `work` in the `address` complex type has been removed, in line with all other comparable complex types, via [87](https://github.com/RIPAGlobal/scimitar/issues/87) / [92](https://github.com/RIPAGlobal/scimitar/pull/92) - thanks to `@s-andringa`.
* **This is unlikely to break client code but there is a *small* chance of issues if you relied upon the default**. Please check your implementation if at all concerned. It doesn't seem risky enough to force a major version bump to comply with semantic versioning.

Features:

* Allow a block to be passed to `Scimitar::ActiveRecordBackedResourcesController#create`, `#update` and `#replace`. This behaves in a manner analogous to passing a block to `Scimitar::ActiveRecordBackedResourcesController#destroy`, wherein the block implementation becomes responsible for destroying the record the block is given; in the case of `#create`, `#update` and `#replace`, the block is passed the new or updated record and is responsible for persisting it.
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ GEM
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.20.0)
minitest (5.21.1)
mutex_m (0.2.0)
net-imap (0.4.9.1)
date
Expand Down
2 changes: 1 addition & 1 deletion lib/scimitar/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ module Scimitar
# Date for VERSION. If this changes, be sure to re-run "bundle install"
# or "bundle update".
#
DATE = '2024-01-12'
DATE = '2024-01-15'

end

0 comments on commit a643130

Please sign in to comment.