WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

v1.19.1

Choose a tag to compare

@github-actions github-actions released this 28 Oct 15:39
· 21 commits to master since this release
2935398

Changelog

Features

  • fd39250: feat: add expert Go code tester and reviewer modes with guidelines (@appleboy)
  • a4acd39: feat: enforce robust configuration validation and security checks (#844) (@appleboy)
  • bfa1da2: feat: introduce go-developer mode and update code testing modes (@appleboy)

Bug fixes

  • 486e49a: fix: enforce fatal exits and error wrapping on initialization failures (@appleboy)

Enhancements

  • be8df2b: chore: upgrade and add core dependencies across multiple modules (@appleboy)
  • cc095f3: chore: upgrade dependencies to improve stability and instrumentation (@appleboy)
  • 8695cf0: chore: update Go dependencies and remove unused mock package (@appleboy)
  • a2f390b: chore: update Trivy GitHub Action to version 0.33.1 (@appleboy)
  • d074eaf: chore: remove unused dependencies from package configs (@appleboy)

Refactor

  • 8ea3308: refactor: refactor config loading and strengthen error handling in tests (@appleboy)
  • 653b094: refactor: refactor configuration to add and apply comprehensive defaults (@appleboy)
  • a5a0201: refactor: rename custom mode to go-code-developer (@appleboy)
  • 2935398: refactor: harden gRPC server and test files for improved security (@appleboy)

Build process updates

Documentation updates

  • b46ed0e: docs: add detailed architecture and development documentation (@appleboy)

Others

  • 988d71c: style: standardize quote style in workflow configuration values (@appleboy)