Releases: microsoft/go-winio
Releases · microsoft/go-winio
v0.5.3
v0.4.21
v0.6.2
What's Changed
- [etw] Add String() functions, JSON field option by @helsaawy in #285
- enable dependency updates by @helsaawy in #287
- Isolate tools dependencies in tools package by @helsaawy in #293
- Update tests; run fuzzing by @helsaawy in #294
- Add support for flushing and disconnecting named pipes by @dgolub in #292
- Add ResolvePath tests by @helsaawy in #276
- [lint] Fix errors from #276 by @helsaawy in #296
- Switch from sycall to windows by @helsaawy in #295
- [lint] Remove deprecated tar.TypeRegA by @helsaawy in #300
- sd.go: fix calculation of security descriptor length in SddlToSecurit… by @dblohm7 in #299
- fix: already typo by @testwill in #303
- pipe.go: add DialPipeAccessImpLevel by @dblohm7 in #302
- Bug: Close hvsock handle on listen error; fix tests by @helsaawy in #310
- fileinfo: internally fix FileBasicInfo memory alignment by @dagood in #312
- Update go1.21 and CI by @helsaawy in #315
New Contributors
- @dgolub made their first contribution in #292
- @dblohm7 made their first contribution in #299
- @testwill made their first contribution in #303
- @dagood made their first contribution in #312
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Soften linter by @helsaawy in #264
- Bump linter, remove structcheck, ignore unhandled_errors by @helsaawy in #265
- pkg/etw/sample: remove dependency on github.com/sirupsen/logrus by @thaJeztah in #267
- Update go.mod dependencies by @helsaawy in #277
- Add some basic bind filter functions by @gabriel-samfira in #274
- Apply two upstream CL to mkwinsyscall by @helsaawy in #278
- Unable to create named pipe on certain WS2012, Win 10 Pro machines by @rcarman-r7 in #280
- Add
fs.ResolvePath
to resolve symbolic links by @helsaawy in #275 - update linter and fix lint errors by @helsaawy in #284
New Contributors
- @gabriel-samfira made their first contribution in #274
- @rcarman-r7 made their first contribution in #280
Full Changelog: v0.6.0...v0.6.1
v0.6.0
What's Changed
- fix typos by @johanvdw in #237
- backuptar: SecurityDescriptorFromTarHeader() don't decode twice by @thaJeztah in #233
- Updating windows build constraints by @helsaawy in #241
- Bump go version to 1.17 in go.mod/CI by @dcantah in #230
- Assign ErrPipeListenerClosed to net.ErrClosed by @dcantah in #242
- Add .vscode folder and go workspaces to git ignore by @helsaawy in #244
- Set ETW event name and options for logrus hook by @helsaawy in #245
- Upgrade golang/sys to fix warning by @helsaawy in #246
- Update mkwinsyscall and make stand alone tool by @helsaawy in #248
- Adding Microsoft SECURITY.MD by @microsoft-github-policy-service in #250
- Add lookup of account names by SID by @mversiotech in #228
- Allow to build WIM module for linux by @meeehow in #252
- chore: removes unneeded receiver in timeoutError by @jcchavezs in #223
- Added HV Socket known IDs, Dial, bug fixes by @helsaawy in #239
- Added HV Socket tests by @helsaawy in #240
- Add lint and go generate steps to CI by @helsaawy in #254
- add version number to fix linting issues by @helsaawy in #258
- Minor bug fixes by @helsaawy in #259
- GUID tests to use t.Run by @helsaawy in #256
New Contributors
- @johanvdw made their first contribution in #237
- @microsoft-github-policy-service made their first contribution in #250
- @meeehow made their first contribution in #252
- @jcchavezs made their first contribution in #223
Full Changelog: v0.5.2...v0.6.0
v0.5.2
What's Changed
- Allow guid package to be used on non-Windows GOOS targets by @dcormier in #169
- Fix TestLookupEmptyNameFails by @bitgestalt in #225
- Replace github.com/pkg/errors with stdlib errors by @bitgestalt in #227
- Fix 'OpenVirtualDiskParameters' BOOL fields by @dcantah in #226
- Add functions for SDDL, EA & Reparse encoding by @ambarve in #220
- HvsockConn shutdown bugfix, added .IsClosed() functions by @helsaawy in #231
Full Changelog: v0.5.1...v0.5.2
v0.4.20
v0.5.1
What's Changed
- Fix syscall error handling in vhd and pkg/security by @kevpar in #210
- Fix corruption in x86 callback by @kylewo in #214
- Update README with DCO information + re-order into sections by @dcantah in #219
- backuptar: Fix sparse file handling by @kevpar in #221
- Fixing corruption in callbacks introduced by x86 changes by @kylewo in #217
Full Changelog: v0.5.0...v0.5.1
v0.5.0
- Added GetFileStandardInfo which returns information from the GetFileInformationByHandleEx syscall with FileStandardInfo specified.
- This is a potentially breaking change, see moby/moby#42307
v0.4.19
- Temporarily reverted implementation of GetFileStandardInfo which returns information from the GetFileInformationByHandleEx syscall with FileStandardInfo specified to address moby/moby#42307