You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,30 @@ All notable changes to this project are documented in this file.
3
3
4
4
The format is based on [Keep a Changelog](http://keepachangelog.com/).
5
5
6
+
## 2.1.0 - 2018-03-08
7
+
More details for the changes introduced in 2.1.0 can be found [here](https://github.com/oracle/terraform-provider-oci/wiki/Details-for-v2.1.0-Release)
8
+
9
+
### Added
10
+
-[Client side filtering](https://github.com/oracle/terraform-provider-oci/blob/master/docs/Filters.md) is now enabled for all data sources that return a list.
11
+
- Some Core data sources now support server side filtering by `display_name` and `state`.
12
+
- New optional parameters and fields have been added to existing resources and data sources to support new functionality added by the services.
13
+
- Documentation files have been updated and improved. Documentation files for resources and data sources of the same entity have now been consolidated into one file.
14
+
15
+
### Deprecated
16
+
-`limit` and `page` parameters in data sources have been deprecated. All list data sources loop through all the pages and return one aggregated list.
17
+
- The `time_modified` field was deprecated from a few resources as it is no longer set by the service.
18
+
19
+
### Fixed
20
+
- Updates to fields in `oci_objectstorage_preauthrequest` resource will force the destruction and recreation of the resource. Updates to fields in this resource had no effect earlier.
21
+
- Updating some fields resulted in nothing happening. This has been fixed.
22
+
- Unexpected destruction and recreation of `oci_objectstorage_object` was fixed by constraining all keys in the `metadata` map to be lower case.
23
+
24
+
### Notes
25
+
- With this release we started using the new official [OCI Go SDK](https://github.com/oracle/oci-go-sdk). Widespread changes to the source code were needed to make this happen.
26
+
- Removing optional parameters from a created resource will not result in a difference and the value for that field will remain as it was. If you want to reset the field to the default value returned by the service for that field you will have to taint the resource to destroy it and recreate it.
27
+
- If upgrading the OCI provider from v1.x.x, see [this wiki](https://github.com/oracle/terraform-provider-oci/wiki/Oracle-Terraform-Provider-Name-Change) for migration steps.
28
+
- See docs for this version [here](https://github.com/oracle/terraform-provider-oci/tree/v2.1.0).
29
+
6
30
## 2.0.7 - 2018-02-08
7
31
8
32
### Added
@@ -16,7 +40,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
16
40
- If upgrading from v1, see [this wiki](https://github.com/oracle/terraform-provider-oci/wiki/Oracle-Terraform-Provider-Name-Change) for migration steps.
17
41
- See docs for this version [here](https://github.com/oracle/terraform-provider-oci/tree/v2.0.7).
0 commit comments