-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
40 lines (28 loc) · 834 Bytes
/
CHANGELOG
File metadata and controls
40 lines (28 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
CHANGELOG
## 1.1.3 (2024-01-26):
* Allow symfony up to 6
## 1.1.2 (2022-02-03):
* Allow guzzlehttp 7
## 1.1.1 (2021-11-30):
* Fixed Google service id with proper namespace
## 1.1.0 (2021-11-29):
* Added requestData to get results from BQ tables
## 1.0.3 (2021-11-18):
* Support for symfony/config < 4.2 dropped
## 1.0.2 (2021-11-18):
* Remove autoconfigure for Google Services
## 1.0.1 (2021-11-17):
* Add tests
* Update google deps
## 1.0.0 (2020-10-27):
* Dumping stable version
* Allow Symfony 5
## 1.0.0-beta (2019-05-03):
* Version 0.0.2 flagged as beta
## 0.0.2 (2019-04-25):
* Feature: Add schema validation in compiler pass
* DX: Add Type hint where applicable
* Fix: specify php version in composer.json
* Fix: Specify guzzle as a requirement (used in Client_Factory)
## 0.0.1 (2019-04-24):
* Initial feature set