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: sdk/postgresql/azure-resourcemanager-postgresql/CHANGELOG.md
+73-4Lines changed: 73 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,83 @@
1
1
# Release History
2
2
3
-
## 1.1.0-beta.1 (Unreleased)
3
+
## 1.1.0 (2024-12-23)
4
4
5
-
### Features Added
5
+
- Azure Resource Manager PostgreSql client library for Java. This package contains Microsoft Azure SDK for PostgreSql Management SDK. The Microsoft Azure management API provides create, read, update, and delete functionality for Azure PostgreSQL resources including servers, databases, firewall rules, VNET rules, security alert policies, log files and configurations with new business model. Package tag package-2020-01-01. For documentation on how to use this package, please see [Azure Management Libraries for Java](https://aka.ms/azsdk/java/mgmt).
6
6
7
7
### Breaking Changes
8
8
9
-
### Bugs Fixed
9
+
#### Serialization/Deserialization change
10
+
11
+
-`Jackson` is removed from dependency and no longer supported.
12
+
13
+
##### Migration Guide
14
+
15
+
If you are using `Jackson`/`ObjectMapper` for manual serialization/deserialization, configure your `ObjectMapper` for backward compatibility:
[Code snippets and samples](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/postgresql/azure-resourcemanager-postgresql/SAMPLE.md)
78
96
79
97
@@ -83,20 +101,26 @@ See [API design][design] for general introduction on design and key concepts on
83
101
84
102
## Contributing
85
103
86
-
For details on contributing to this repository, see the [contributing guide](https://github.com/Azure/azure-sdk-for-java/blob/main/CONTRIBUTING.md).
104
+
For details on contributing to this repository, see the [contributing guide][cg].
87
105
88
-
1. Fork it
89
-
1. Create your feature branch (`git checkout -b my-new-feature`)
90
-
1. Commit your changes (`git commit -am 'Add some feature'`)
91
-
1. Push to the branch (`git push origin my-new-feature`)
92
-
1. Create new Pull Request
106
+
This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit <https://cla.microsoft.com>.
107
+
108
+
When you submit a pull request, a CLA-bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., label, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repositories using our CLA.
109
+
110
+
This project has adopted the [Microsoft Open Source Code of Conduct][coc]. For more information see the [Code of Conduct FAQ][coc_faq] or contact <[email protected]> with any additional questions or comments.
0 commit comments