Releases: Sybit-Education/airtable.java
Releases · Sybit-Education/airtable.java
0.3.0
What's Changed
- #81 Refactored to use personel access token instead if deprecated API key
- Added handling of 429 error code("Rate limit exceeded") by @deynekalex in #34
- Fix #43 with changes to Table.setProperty by @fstuff in #47
- Migrate to GitHub actions by @stritti in #51
- Bump junit from 4.12 to 4.13.2 by @dependabot in #57
- Cookiespec by @joesondow in #52
- Bump commons-io from 2.6 to 2.11.0 by @dependabot in #54
- Bump slf4j-api from 1.7.26 to 2.0.3 by @dependabot in #56
- Bump gson from 2.8.5 to 2.9.1 by @dependabot in #55
- Bump com.github.jk1.dependency-license-report from 2.0 to 2.1 by @dependabot in #58
- Bump slf4j-jdk14 from 1.7.26 to 2.0.3 by @dependabot in #61
- Bump json from 20200518 to 20220924 by @dependabot in #59
- Bump slf4j-api from 2.0.3 to 2.0.6 by @dependabot in #68
- Bump slf4j-jdk14 from 2.0.3 to 2.0.6 by @dependabot in #69
- Bump org.json:json from 20220924 to 20230227 by @dependabot in #74
- Bump org.slf4j:slf4j-api from 2.0.6 to 2.0.7 by @dependabot in #76
- Bump com.konghq:unirest-java from 3.13.11 to 3.14.5 by @dependabot in #75
- Bump httpclient from 4.5.13 to 4.5.14 by @dependabot in #70
- Feature/general update by @stritti in #86
- Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.13 by @dependabot in #82
- Bump org.slf4j:slf4j-jdk14 from 2.0.6 to 2.0.13 by @dependabot in #83
- Bump com.github.jk1.dependency-license-report from 2.1 to 2.7 by @dependabot in #84
- Bump com.google.code.gson:gson from 2.9.1 to 2.11.0 by @dependabot in #85
New Contributors
- @deynekalex made their first contribution in #34
- @fstuff made their first contribution in #47
- @dependabot made their first contribution in #57
- @joesondow made their first contribution in #52
Full Changelog: 0.2.2...0.3.0
Added handling of 429 error code ("Rate limit exceeded")
Develop (#39) * Added handling of 429 error code("Rate limit exceeded") * bump versions of used libs (cherry picked from commit 0984aedbce59b6b70a58cd4d97a192e95dfb9e7f) * upgrade to gradle wrapper to v5.5.1 * use openjdk 11 on travis build * update codacy-coverage-reporter to v. 6.0.0 * update gradle task for codacy
simplify/streamline exception handling
Merge pull request #31 from Sybit-Education/develop simplify/streamline exception handling
Feature enhancements: offset loading, destroy
- enhancement to load automatically offsets
- improved handling of destroy
- some improvements in doc
- removed some FindBugs warnings
0.1.5
0.1.4
0.1.3.n
0.1.3.m
0.1.1: Merge pull request #4 from Sybit-Education/develop
Develop