Skip to content

Commit

Permalink
Update README to reflect v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwalder committed Oct 4, 2017
1 parent 33356f8 commit 456421c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Expand Up @@ -3,7 +3,7 @@

# Google Cloud Datastore Library for PHP #

Library **VERSION 3**, September 2016
Library **VERSION 4**, October 2017

[Google Cloud Datastore](https://cloud.google.com/datastore/) is a great NoSQL solution (hosted, scalable, free up to a point), but it can be tricky (i.e. there's lots of code glue needed) to get even the "Hello World" of data persistence up and running in PHP.

Expand All @@ -19,7 +19,9 @@ Google turned down the older versions of the REST API on September 30th, 2016. V
## Table of Contents ##

- [Examples](#examples)
- [New in version 3.0](#new-in-version-20): [Datastore REST API v1 (Sep 2016)](#using-the-datastore-rest-api-v1-sep-2016)

- [New in version 4.0](#new-in-version-40)
- [New in version 3.0](#new-in-version-30): [Datastore REST API v1 (Sep 2016)](#using-the-datastore-rest-api-v1-sep-2016)
- [Changes in version 2.0](#changes-in-version-20)
- [Getting Started](#getting-started) including installation with Composer and setup for GDS Emulator
- [Defining Your Model](#defining-your-model)
Expand Down Expand Up @@ -88,6 +90,11 @@ Application: http://php-gds-demo.appspot.com/

Code: https://github.com/tomwalder/php-gds-demo

## New in Version 4.0 ##

* More consistent use of `DateTime` objects - now all result sets will use them instead of `'Y-m-d H:i:s'` strings
* Move the `google/auth` to an optional dependency

## New in Version 3.0 ##

* Support for the new **Datastore API, v1 - via REST** (gRPC to come)
Expand Down

0 comments on commit 456421c

Please sign in to comment.