You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -308,6 +308,7 @@ Allows a message, even the long ones, to be streamed in chunks to the underlying
308
308
* Fixed an invalid error message, which would crash on Lua 5.1 and Lua 5.2, when a table of bytes was provided with numbers out of 0 - 255 range. In-depth explanation: `%I%` flag on `luaL_error` is only allowed on Lua 5.3 or newer;
309
309
* Updated malloc calls to account for `sizeof(char)` and `sizeof(unsigned char)`;
310
310
* Through CI, the library is also verified to work correctly on ARM64;
311
+
* GitHub actions were pinned by commit id to avoid supply-chain attacks;
311
312
* Rockspec upload now lives on its own [publish.yml](./.github/workflows/publish.yml) workflow. This has the goal to avoid manual upload in case of intermitent failures (e.g.: connection issues or unavailable services). In the new publish behavior, the repository owner must trigger upload manually on GitHub for the rockspec to be published on LuaRocks website.
312
313
* v0.0.2:
313
314
* Added the possibility for all Unix-like distributions to build and install ```lua-hash``` using the binding for ```OpenSSL```;
0 commit comments