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 6b5ddd4 commit eda1b28Copy full SHA for eda1b28
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## v0.6.9
4
+
5
+* Added `poll_with_specified_overhead`
6
+* Added `create_engine_wait`
7
+* OAuth access token caching on disk `~/.rai/tokens.js`
8
+* Access key authentication support dropped
9
10
## v0.6.8
11
12
* Added protobuf metadata support
railib/__init__.py
@@ -12,5 +12,5 @@
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version_info__ = (0, 6, 8)
+__version_info__ = (0, 6, 9)
16
__version__ = ".".join(map(str, __version_info__))
0 commit comments