Releases: OscarNOW/minecraft-server
Releases · OscarNOW/minecraft-server
1.4.7
1.4.6
Existing API changes
None
New API
None
Code issues fixed
None
Updated dependencies
- Updated several dependencies
Non-code issues fixed
None
1.4.5
Existing API changes
None
New API
None
Code issues fixed
None
Updated dependencies
- Updated some dependencies
Non-code issues fixed
None
1.4.4
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
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-protocolto1.43.1(minor) - Updated
mineflayerto4.10.0(minor) - Updated
eslintto8.44.0(minor)
Non-code issues fixed
- Improved and fixed examples
1.4.2
Existing API changes
None
New API
None
Code issues fixed
None
Non-code issues fixed
None
1.4.1
Existing API changes
None
New API
None
Package updates
- Updated
minecraft-protocolto^1.42.0 - Updated
prismarine-chunkto^1.33.1 - Updated
eslintto^8.42.0 - Updated
typedoc-theme-hierarchyto^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
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
Dependencies
Updated dependencies
1.3.1
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
<Client>.brand<Client>.inventoryThe description in the serverlist can now be a Text instance or textInput
Documentation / Types
None
Issues fixed
None