We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7faa9bc commit 5692f5fCopy full SHA for 5692f5f
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 4.93.0 (Unreleased)
2
+
3
+### Added
4
+- Support for API Gateway Dynamic Routing
5
+- Support for API Gateway Dynamic Authentication
6
+- Support for API Gateway Request Based Authorization
7
+- Import Export Artifact Datascience
8
+### Bug Fix
9
+- resource discovery deadlocks and improve error handling
10
11
## 4.92.0 (September 07, 2022)
12
13
### Added
internal/globalvar/version.go
@@ -7,8 +7,8 @@ import (
"log"
)
-const Version = "4.92.0"
-const ReleaseDate = "2022-09-07"
+const Version = "4.93.0"
+const ReleaseDate = "2022-09-15"
func PrintVersion() {
14
log.Printf("[INFO] terraform-provider-oci %s\n", Version)
0 commit comments