Skip to content

Releases: qiniu/goc

v1.4.5

19 Mar 10:40
8d4587b
Compare
Choose a tag to compare

What's Changed

  • chore: update installation method by @CarlJi in #308
  • build(deps): bump minimatch and mocha in /tools/vscode-ext by @dependabot in #319
  • Append Goc suffix in injected funtion name, to avoid declaration conflict in main pkg. by @Blaxon in #326
  • chore: grep failed when in some special scenario by @CarlJi in #327
  • build(deps): bump github.com/gin-gonic/gin from 1.7.2 to 1.7.7 by @dependabot in #323
  • Fix concurrent map iteration & write issue by @Blaxon in #329
  • chore: enhance CI by @CarlJi in #331

New Contributors

Full Changelog: v1.4.4...v1.4.5

v1.4.4

05 Sep 09:59
e4a6b38
Compare
Choose a tag to compare

What's Changed

  • chore: rename log package in order to avoid conflict by @CarlJi in #305

Full Changelog: v1.4.3...v1.4.4

v1.4.3

31 Aug 09:20
6795ec7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.2...v1.4.3

v1.4.2

28 Jul 03:01
50b62f0
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

23 Jun 11:14
b4f0c87
Compare
Choose a tag to compare

What's Changed

  • feat: use force by default to be user friendly by @CarlJi in #285

Full Changelog: v1.4.0...v1.4.1

v1.4.0 支持 Go 1.18

15 Apr 07:44
522c284
Compare
Choose a tag to compare

What's Changed

  • support generics, #277
  • ci: build release artifacts for more architectures, #278

Full Changelog: v1.3.9...v1.4.0

v1.3.9

23 Nov 01:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.8...v1.3.9

v1.3.8

05 Oct 01:58
89dbc5a
Compare
Choose a tag to compare

What's Changed

  • vulnerability fix: upgrade gin from v1.6.3 to v1.7.2 by @CarlJi in #212
  • doc: provide one command to install goc by @CarlJi in #213
  • build(deps): bump path-parse from 1.0.6 to 1.0.7 in /tools/vscode-ext by @dependabot in #217
  • Update README_zh.md by @stardustman in #219
  • fixed: optimize the local operation mode and add custom agentport and center server by @alonelucky in #228
  • build(deps): bump axios from 0.21.1 to 0.21.2 in /tools/vscode-ext by @dependabot in #235
  • feat: 使用mod=vendor时候不应该更新go.mod文件 by @socket515 in #237

New Contributors

Full Changelog: v1.3.7...v1.3.8

v1.3.7

02 Jun 01:49
45aee23
Compare
Choose a tag to compare

Feature

  • goc build or goc install command supports --singleton flag, which can let the covered service runing without goc server #191 (Author: @rrylee )

v1.3.6

18 Mar 05:29
4f04bb4
Compare
Choose a tag to compare

Fix

  • fix: exit successfully when catch specific signal (Author: @CarlJi ) #173