Skip to content

Releases: legopitstop/serverjars-py

v1.4.0

01 Jul 02:02
Compare
Choose a tag to compare

General

  • Models now use pydantic.
  • Rewrote package to no longer depend on serverjars.com.

v1.3.2

15 Apr 03:49
Compare
Choose a tag to compare

Sadly due to unforeseen circumstances, serverjars.com is down and will not be back online. Thankfully the CDN server is still up which this update introduces. Because of this, some functions may behave differently.

Changes

  • Renamed all functions to be snake_case.
  • Some methods now require "type".

v1.3.1

15 Apr 03:40
Compare
Choose a tag to compare

Sadly due to unforeseen circumstances, serverjars.com is down and will not be back online. Thankfully the CDN server is still up which this update introduces. Because of this, some functions may behave differently.

Changes

  • Renamed all functions to be snake_case.
  • Some methods now require "type".

v1.3.0

15 Apr 03:17
Compare
Choose a tag to compare

Sadly due to unforeseen circumstances, serverjars.com is down and will not be back online. Thankfully the CDN server is still up which this update introduces. Because of this, some functions may behave differently.

Changes

  • Renamed all functions to be snake_case.
  • Some methods now require "type".

v1.2.0

27 Aug 23:59
Compare
Choose a tag to compare

[1.2.0] - 8-27-2023

General

  • renamed file argument to fp in downloadJar method.
  • Jar built uses datetime.
  • Renamed thread to block in downloadJar
  • downloadJar will now return Jar unless block=False

v1.1.0

20 Apr 20:33
Compare
Choose a tag to compare

CHANGELOG v1.1.0

  • Breaking Change! package has been renamed from ServerJars to serverjars.
  • constants are no longer enums.
  • _type now uses fetchTypes instead of a data set.
  • Improved method docs.
  • Added finishcommand to downloadJar. Once jar has been downloaded it will call this function.