diff --git a/docs-source/mbaas/content/release-notes/_index.md b/docs-source/mbaas/content/release-notes/_index.md index e057ca62a..38e88c854 100644 --- a/docs-source/mbaas/content/release-notes/_index.md +++ b/docs-source/mbaas/content/release-notes/_index.md @@ -1,4 +1,19 @@ +## Developer Preview 0.3.0, April 17, 2023 + +No components were added. + +The following components were updated: + +| Component | Version | Description | +|------------------------------|---------------|-----------------------------------------------------------------------------------------| +| Oracle Storage Adapter for Parse | 0.3.0 | Enables Parse Server to store data in Oracle Database | + + +The following areas were improved in this release: Schema Field Validation, Schema Field Default Values, Create and Delete Indexes, Composite Indexes and Schema Field Deletion. + +There were no deprecations or removals. + ## Developer Preview 0.2.0, February 27, 2023 No components were added. diff --git a/docs-source/spring/content/blogs/_index.md b/docs-source/spring/content/blogs/_index.md index cb63a8221..14b37005e 100644 --- a/docs-source/spring/content/blogs/_index.md +++ b/docs-source/spring/content/blogs/_index.md @@ -9,6 +9,39 @@ Our team members post blog articles and other content on various sites including We'd love you to check them out. This page acts as an index/aggregator for some of our featured content. +{{< blog + author="paul" + date="4/18/2023" + title="Long Running Actions" + link="https://www.youtube.com/watch?v=2E8acaNnX8Q" + abstract="Paul Parkinson demonstrates a Spring Boot microservices application that implements the Saga pattern with Long Running Actions using the Oracle Transaction Manager for Microservices to manage data consistency across microservices." +>}} + +{{< blog + author="mark" + date="4/6/2023" + title="Introducing Cloud Bank" + link="https://medium.com/oracledevs/introducing-cloud-bank-d3af56e1141f" + abstract="And introduction to the Cloud Bank sample application which showcases Spring Boot microservices, long running actions/sagas and a Flutter mobile application built with the Oracle Backend for Spring Boot." +>}} + +{{< blog + author="paul" + date="3/27/2023" + title="Developing Saga Participant Code For Compensating Transactions" + link="https://blogs.oracle.com/developers/post/developing-saga-participant-code-for-compensating-transactions" + abstract="A detailed comparison of the saga pattern with XA (2PC) comparing the pros and cons of each approach to provide data integrity between multiple services and for potentially long running transactions." +>}} + + +{{< blog + author="andy" + date="3/25/2023" + title="Oracle Backend for Spring Boot is LIVE! (Developer Preview)" + link="https://mr-a.org/oracle-backend-for-spring-boot-is-live-developer-preview/" + abstract="An introduction to the Oracle Backend for Spring Boot." +>}} + {{< blog author="mark" date="2/3/2023" @@ -81,6 +114,22 @@ This page acts as an index/aggregator for some of our featured content. abstract="A simple step-by-step getting started example that shows you how to use the Observability Exporter for Oracle Database to expose data from the Oracle Database as Promeheus metrics." >}} +{{< blog + author="paul" + date="9/18/2022" + title="Develop React + GraphQL + Spring Data JPA + UCP + Oracle" + link="https://blogs.oracle.com/developers/post/develop-react-graphql-spring-boot-data-jpa-ucp-oracle" + abstract="A a succinct description and example of a modern full stack microservice app including a React frontend service that conducts GraphQL queries against a Spring Boot Data JPA backend service that in turn maps to an Oracle database." +>}} + +{{< blog + author="paul" + date="8/11/2022" + title="Unified Observability Exporters: Metrics, Logs, and Tracing" + link="https://blogs.oracle.com/developers/post/unified-observability-exporters-metrics-logs-and-tracing" + abstract="A deep dive into metrics, logs and tracing exporters for the Oracle Database and how to configure them with Grafana to provide unified observability for microservices and the Oracle Database." +>}} + {{< blog author="paulo" date="1/6/2022" diff --git a/docs-source/spring/content/release-notes/_index.md b/docs-source/spring/content/release-notes/_index.md index 390b8123e..f4719089a 100644 --- a/docs-source/spring/content/release-notes/_index.md +++ b/docs-source/spring/content/release-notes/_index.md @@ -5,6 +5,20 @@ Notes: * The Oracle Database Operator for Kubernetes will be bound the existing ADB created by IaC in an all-OCI installation and will provision the ADB in the multi-cloud installation. * Improvements to On-Premises and Desktop Installation process +The following components were added: + +| Component | New Version | Description | +|------------------------------|---------------|---------------------| +| Oracle Backend for Spring Boot Visual Studio Code Extension | 0.3.7 | Allows Visual Studio Code users to manage the platform, deployments and configuration. | + +The following components were updated: + +| Component | New Version | Replaced Version | +|------------------------------|---------------|---------------------| +| Oracle Backend for Spring Boot CLI | 0.3.0 | 0.1.0 | + +There were no component deprecations or removals. + ## Developer Preview 0.2.3, March 8, 2023 Notes: