Skip to content

Commit 8090aeb

Browse files
authored
Release v1.0.0
1 parent e499b31 commit 8090aeb

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
#CHANGELOG
1+
# CHANGELOG
22

33
All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
6+
7+
8+
## 1.0.0 - 2018-02-28 Initial Release
9+
### Added
10+
- Support for Audit service
11+
- Support for Core Services (Networking, Compute, Block Volume)
12+
- Support for Database service
13+
- Support for IAM service
14+
- Support for Load Balancing service
15+
- Suport for Object Storage service

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
# Oracle Cloud Infrastructure Golang SDK ***Preview***
1+
# Oracle Cloud Infrastructure Golang SDK
22
[![wercker status](https://app.wercker.com/status/09bc4818e7b1d70b04285331a9bdbc41/s/master "wercker status")](https://app.wercker.com/project/byKey/09bc4818e7b1d70b04285331a9bdbc41)
33

4-
This is a ***preview*** of the official Go SDK for Oracle Cloud Infrastructure. During this stage of development, we might need to push breaking changes
5-
> ***WARNING:***: To avoid breaking changes please consider using the [Go dependency management tool](https://github.com/golang/dep), or vendoring this SDK.
4+
This is the Go SDK for Oracle Cloud Infrastructure. This project is open source and maintained by Oracle Corp.
5+
The home page for the project is [here](https://godoc.org/github.com/oracle/oci-go-sdk/).
6+
>***WARNING:***: To avoid automatically consuming breaking changes if we have to rev the major version of the Go SDK,
7+
please consider using the [Go dependency management tool](https://github.com/golang/dep), or vendoring the SDK.
8+
This will allow you to pin to a specific version of the Go SDK in your project, letting you control how and when you move to the next major version.
69

710
## Dependencies
811
- Install [Go programming language](https://golang.org/dl/).

common/version.go

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)