Commit graph

7 commits

Author SHA1 Message Date
Nakul Joshi
7649c91e5d format 2024-07-03 13:29:58 -07:00
Nakul Joshi
c00543f645 document skipping protos 2024-07-03 11:27:32 -07:00
Nakul Joshi
0431aa5df7 Fix regex 2024-07-03 09:56:41 -07:00
Nakul Joshi
707bc25a88 fix backwards compatibility check 2024-07-02 15:35:49 -07:00
Nakul Joshi
f507066ea6 *Actually* skip tests while running backwards compatibility test. 2024-07-02 14:00:57 -07:00
vincentvilo-aws
023f6be251
Modify backwards compatibility script to ignore synthetic access methods (#1330)
* modify backwards compatibility script to ignore synthetic access methods

* ignore synthetic access methods starting at access\$000
2024-05-20 13:06:24 -07:00
vincentvilo-aws
7d55b7a77f
Create script to check for backwards compatibility (#1316)
* create script to check for backwards compatibility

* move scripts directory to .github folder

* add execute permissions to script

* moved the 'continue' call to the find_removed_methods() function

* add function to check if minor release is being performed

* Upgrade version to 2.6.0-SNAPSHOT
2024-04-19 14:01:04 -07:00