Releases: TEAMSchools/powerschool
Releases · TEAMSchools/powerschool
3.1.2
3.1.1
What's Changed
- Xrpza xc by @xrpza in #22
- Fix named queries with mandatory parameters by @pjpiwowarski in #16
New Contributors
- @pjpiwowarski made their first contribution in #16
Full Changelog: 3.0.1...3.1.1
3.0.1
3.0.0
What's Changed
- Bump pytest from 5.4.3 to 6.2.5 by @dependabot in #12
New Contributors
- @dependabot made their first contribution in #12
Full Changelog: 2.0.2...3.0.0
2.0.2
2.0.1
v2
PowerSchool.authorize()
is now called upon client instantiation. Theauth
parameter must be passed.- Fixed
Schema.query()
ignoring thepage
parameter, if passed. dcid
renamed topk
forSchema.query()
-- not all table primary keys areDCID
.- Removed superfluous print statement when fetching access token.
- Code formatting with
black