Patch 7.1 - API 11 Update #2071
reiichi001
announced in
Announcements
Replies: 2 comments
-
EDIT: Square changed things, and there have been updates to a few notable systems, including sheets. We are now targeting API 11 for Patch 7.1 proper. |
Beta Was this translation helpful? Give feedback.
0 replies
-
DalamudPackager and Dalamud.NET.Sdk have both been updated to 11.0.0 to support the new API level. Notably, this aligns the versioning scheme for DalamudPackager to that of the SDK and pins it to the major Dalamud version. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi developers! We're bringing you a quick update about Dalamud API 11 scheduled to be released together with Patch 7.1.
At present, the currently planned significant changes are as follows:
We are upgrading to Lumina 5, which promises speed and memory improvements across the board.
We are bringing in the new breaking changes from Client Structs to clean up the API surface and better reflect some new findings.
We are targeting a bump to .NET 9, which is due for release this week. This will be delayed if API 11 needs to be released prior to .NET 9's release.
The api11 branch of Dalamud has been enabled and is now properly tracking Plugin API version 11, so you should be able to update things accordingly. Please note that the API surface may change slightly between now and Patch 7.11, though we expect most things to be stable. Internal changes are still being made and reviewed.
You may view the changes between API 10 and API 11 in PR #2049.
DalamudPackager and SDK
DalamudPackager and Dalamud.NET.Sdk have both been updated to 11.0.0 to support the new API level. Notably, this aligns the versioning scheme for DalamudPackager to that of the SDK and pins it to the major Dalamud version.
Beta Was this translation helpful? Give feedback.
All reactions