Skip to content

Releases: OscarNOW/minecraft-server

1.4.7

21 Dec 14:53

Choose a tag to compare

Existing API changes

None

New API

None

Code issues fixed

  • Improved connection between TabItem and Player

Updated dependencies

  • Updated several dependencies

Non-code issues fixed

  • Improved Readme

1.4.6

08 Mar 11:37

Choose a tag to compare

Existing API changes

None

New API

None

Code issues fixed

None

Updated dependencies

  • Updated several dependencies

Non-code issues fixed

None

1.4.5

26 Jan 06:23

Choose a tag to compare

Existing API changes

None

New API

None

Code issues fixed

None

Updated dependencies

  • Updated some dependencies

Non-code issues fixed

None

1.4.4

24 Dec 11:07

Choose a tag to compare

Existing API changes

  • Removed support for node 16

New API

None

Code issues fixed

None

Updated dependencies

  • Updated several dependencies
  • Updated axios because of security vulnerability

Non-code issues fixed

None

1.4.3

06 Jul 19:47

Choose a tag to compare

Existing API changes

None

New API

None

Code issues fixed

  • Fixed bug with serverList correct version
  • Added cache in getBlockStateId
  • Added extra user input checks with errors
  • Fixed bug where code would crash if return from serverList is not an object when responding to a legacy ping
  • Fixed wrongVersionConnect to display version name
  • Fixed bug when version name is an empty string

Updated dependencies

  • Updated minecraft-protocol to 1.43.1 (minor)
  • Updated mineflayer to 4.10.0 (minor)
  • Updated eslint to 8.44.0 (minor)

Non-code issues fixed

  • Improved and fixed examples

1.4.2

25 Jun 08:19

Choose a tag to compare

Existing API changes

None

New API

None

Code issues fixed

None

Non-code issues fixed

None

1.4.1

14 Jun 07:17

Choose a tag to compare

Existing API changes

None

New API

None

Package updates

  • Updated minecraft-protocol to ^1.42.0
  • Updated prismarine-chunk to ^1.33.1
  • Updated eslint to ^8.42.0
  • Updated typedoc-theme-hierarchy to ^3.2.0

Code issues fixed

  • Fixed issues and inconsistencies for the y position of blocks in chunks

Non-code issues fixed

  • Made package.json more complete

1.4.0

08 May 20:00

Choose a tag to compare

Existing API changes

None

New API

Issues fixed

  • Fixed bug where the blockBreak event would not get emitted when the player was in creative mode
  • Fixed bug when connecting to the server with a legacy client.

Documentation / Types

  • Updated the Readme with better language
  • Fixed the imports of the FAQ
  • Added descriptions to some functions and parameters

1.3.2

25 Mar 16:03

Choose a tag to compare

Dependencies

Updated dependencies

1.3.1

27 Feb 13:38

Choose a tag to compare

Code quality

Security

In this release, there are several security fixes. There are (in the previous and new version) currently no known bugs that lead to vulnerabilities, these fixes are just to be safe. It is still recommend however to update to this version. The fixes include:

  • Fixed possible chance of prototype pollution in functions/applyDefaults.js
  • Improved URI parsing in src/docs/docScript.js

Other

In this release, there are many small code quality improvements.

Existing API changes

None

New API

Documentation / Types

None

Issues fixed

None