Skip to content

Releases: marcodd23/go-micro-core

v1.0.0

03 Oct 15:22
5f7e037
Compare
Choose a tag to compare

🚀 Features

  • feat: major upgrade

🤖 Ci

  • ci(deps): bump anothrNick/github-tag-action from 1.70.0 to 1.71.0 in the gha-dependencies group
  • ci(deps): bump mikepenz/release-changelog-builder-action from 4 to 5

🏗️ Build

  • build(deps): bump the go-dependencies group across 1 directory with 7 updates

🐛️ Fix

  • fix: missing go.sum

🔄 Dependencies

  • ci(deps): bump anothrNick/github-tag-action from 1.70.0 to 1.71.0 in the gha-dependencies group
  • build(deps): bump the go-dependencies group across 1 directory with 7 updates
  • ci(deps): bump mikepenz/release-changelog-builder-action from 4 to 5

v0.3.0

15 Aug 19:03
31b3736
Compare
Choose a tag to compare

🚀 Features

  • feat: update database lib to to manage automatically or manually the collec…

🧹 Chore

  • chore: refactoring

v0.1.17

25 Jul 16:17
Compare
Choose a tag to compare

🚀 Features

  • feat: updated database lib with tests and refactoring to fix a Bug with RowScan

v0.1.12

24 Jul 21:29
e6daa97
Compare
Choose a tag to compare

🤖 Ci

  • ci(deps): bump actions/checkout from 3 to 4
  • ci(deps): bump anothrNick/github-tag-action from 1.67.0 to 1.70.0 in the gha-dependencies group

🏗️ Build

  • build(deps): bump the go-dependencies group with 4 updates

🛠️ Refactor

  • refactor: refactoring workflow

🧪 Tests

  • test: testing new workflow

🔄 Dependencies

  • build(deps): bump the go-dependencies group with 4 updates
  • ci(deps): bump actions/checkout from 3 to 4
  • ci(deps): bump anothrNick/github-tag-action from 1.67.0 to 1.70.0 in the gha-dependencies group

v0.1.2

24 Jul 18:47
Compare
Choose a tag to compare
  • Refactoring Pipeline Pattern
  • Added Logo

Release v0.1.1

09 Jul 23:04
Compare
Choose a tag to compare

Improved concurrency of Postgres library using sync.Map to store a sync.RWLock for each lockId

Release v0.1.0

09 Jul 13:21
4ce6732
Compare
Choose a tag to compare

Added :

  • configmgr
  • database
  • errorx
  • logmgr
  • messaging
  • patterns
  • platform
  • profiling
  • servermgr
  • shutdown
  • utils
  • validator