Commit 0a25866
authored
GA and Beta Promotions (#3245)
* Make clients explicitly unpickleable.
Closes #3211.
* Make clients explicitly unpickleable.
Closes #3211.
* Add GA designator, add 1.0 version numbers.
* Version changes. Eep.
* Oops, Speech is still alpha.
* 0.24.0, not 0.24.1
* Remove double __getstate__ goof.
* Version changes. Eep.
* Oops, Speech is still alpha.
* Remove double __getstate__ goof.
* Adding 3.6 classifier where missing and fixing bad versions.
Done via "git grep '0\.24'" and "git grep '0\.23'".
* Fix Noxfiles forlocal packages.
* Fixing copy-pasta issue in error reporting nox config.
Also fixing bad indent in same file.
* Depend on stable logging in error reporting package.
* Fixing lint errors in error_reporting.
These were masked because error_reporting's lint nox session
was linting the datastore codebase.
This also means that the error reporting package has
gained __all__.
* Fixing a syntax error in nox config for logging.
Also fixing an indent error while I was in there.
* Revert "Add docs for 'result_index' usage and a system test."
This reverts commit b5742aa.
* Fixing docs nox session for umbrella package.
Two issues:
- error_reporting came BEFORE logging (which means it would
try to pull in a logging dep from PyPI that doesn't exist)
- dns was NOT in the list of local packages
* Updating upper bound on logging in error_reporting.
* Un-revert typo fix.1 parent e8fcd57 commit 0a25866
File tree
5 files changed
+22
-16
lines changed- packages/google-cloud-error-reporting
- google/cloud/error_reporting
5 files changed
+22
-16
lines changedLines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
90 | | - | |
91 | | - | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
31 | | - | |
| 34 | + | |
32 | 35 | | |
33 | 36 | | |
34 | 37 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
39 | 42 | | |
40 | 43 | | |
41 | 44 | | |
| |||
47 | 50 | | |
48 | 51 | | |
49 | 52 | | |
50 | | - | |
| 53 | + | |
51 | 54 | | |
52 | | - | |
| 55 | + | |
53 | 56 | | |
54 | 57 | | |
55 | 58 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
54 | | - | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
0 commit comments