release: bump to 1.1.1 and write the CHANGELOG - #533
Merged
Conversation
v1.1.0 trips Microsoft Defender on Windows, and the cause was ours: 107 KB of zeros in .data (#527/#532). This gets the fix out rather than leaving every new Windows download to hit the same alert. Also carries the Anthropic /v1/messages endpoint (#343), the gateway engine default fix (#526), release checksums (#530), and the Get-started docs rewrite (#521). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Patch release, same day as v1.1.0, because v1.1.0's Windows binary trips Microsoft Defender and the cause was ours β every new Windows user downloading v1.1.0 right now hits that alert.
.data(a large partially-initialized static struct migrating out of.bss), which is what the AV ML heuristic reacted to. A Windows build with the fix scans clean where v1.1.0 does not; binaries also shrink 22.5%.glmafter the rename β direct invocation broken on a clean checkoutΒ #526 βpython3 openai_server.pywas broken on a clean checkout after the refactor: split glm.c β colibri.c + 4 header modules (β18%)Β #391 rename./v1/messages(closes [Feature]: Support Anthropic protocol endpointΒ #343).SHA256SUMS.txtwith every release.Version lives in
c/version.pyonly (single source of truth). Python suite green (149).π€ Generated with Claude Code