Last release 1 years ago
10 Apr 2025
Release timing varies
gaps range from 1 weeks to 9 months
Nearly every release is documented
notes for 58 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
7 years old
119 releases · first in 2019
Release timeline
119 releases since 2019Releases
- v0.30.5110 Apr 2025
Release notes2 sources agree
Open source →- [opt] nazalog: add
max_rotate_daysoption and auto clean log per this config
- [opt] nazalog: add
- v0.30.51-0.20250325023736-c0d2d1f5a2c125 Mar 2025pre-release
Nothing published for this version
- v0.30.5018 Feb 2025
- v0.30.4917 Jun 2024
Release notes2 sources agree
Open source →- [feat] nazabits: new func ReadString, ReadBits32IgnErr, ReadStringIgnErr
- [opt] nazalog: windows平台下,日志级别字段不要携带颜色
- [chore] update go min ver 1.14 -> 1.18 to avoid github ci failed
- v0.30.49-0.20240617030147-b4fbe95bd70b17 Jun 2024pre-release
Nothing published for this version
- v0.30.49-0.20240530071921-5d45d1dfd7ac30 May 2024pre-release
Nothing published for this version
- v0.30.49-0.20240520064930-4d2aeecb56cf20 May 2024pre-release
Nothing published for this version
- v0.30.49-0.20230814114453-f6f734d9acf414 Aug 2023pre-release
Nothing published for this version
- v0.30.4810 Jul 2023
- v0.30.13-0.20230710080905-9a68f1b6accc10 Jul 2023pre-release
Nothing published for this version
- v0.30.1227 Apr 2023
Release notes2 sources agree
Open source →- [feat] taskpool: 增加Dispose方法,用于完全释放池内资源,包括所有协程
- [fix] connection: ModWriteChanSize为0时不应该开启异步发送协程
- v0.30.12-0.20230427033503-41bd88306f8027 Apr 2023pre-release
Nothing published for this version
- v0.30.111 Mar 2023
- v0.30.1027 Feb 2023
- v0.30.98 Feb 2023
Release notes2 sources agree
Open source →- [feat] nazalog: 增加Option.HookBackendOutFn,业务方可以注册回调拿到最终的日志内存数据
- v0.30.83 Oct 2022
Release notes2 sources agree
Open source →- [opt] nazanet: UdpConnection当RAddr没有配置时,Write函数使用接收数据时的对端地址
- v0.30.8-0.20220928141228-ca02b544f6e328 Sept 2022pre-release
Nothing published for this version
- v0.30.728 Sept 2022
- v0.30.619 Sept 2022
- v0.30.526 Aug 2022
- v0.30.422 Aug 2022
- v0.30.322 Jun 2022
Release notes2 sources agree
Open source →- [opt] nazabytes::Buffer: (1) NewBuffer的initCap参数支持用0初始化 (2) Grow函数扩容前的大小如果0则不打印debug日志 (3) 增加ResetAndFree函数,重置并不再持有底层内存块
- v0.30.231 Mar 2022
Release notes2 sources agree
Open source →- [fix] nazabytes: 修复扩容时bug
- [feat] nazajson: 增加序列化、反序列化json文件的函数
- v0.30.2-0.20220309134846-a9336964a5239 Mar 2022pre-release
Nothing published for this version
- v0.30.12 Mar 2022
Release notes2 sources agree
Open source →- [opt] nazabytes: 优化Buffer的扩容逻辑
- [fix] nazareflect: 修复两个无符号整型比较时的bug
- v0.30.1-0.20220210061812-f4306e28c33f10 Feb 2022pre-release
Nothing published for this version
- v0.30.09 Feb 2022
Release notes2 sources agree
Open source →- [feat] nazalog: 增加Init接口函数
- [test] filesystemlayer: 测试内存模式
- [chore] CI: 增加定时任务,增加测试覆盖率
- [doc] 更新README的徽章
- v0.29.1-0.20220203033730-05823911497e3 Feb 2022pre-release
Nothing published for this version
- v0.29.1-0.20220202031504-e387dddd4d042 Feb 2022pre-release
Nothing published for this version
- v0.29.03 Jan 2022
Release notes2 sources agree
Open source →- [fix] nazalog: windows 日志无法按天翻滚
- [feat] chartbar: 可配置隐藏Name和Num
- [opt] chartbar: 都是整数则不显示小数部分
- [opt] chartbar: 都是小整数则按原始值绘制
- v0.28.3-0.20220101030237-6ad2af8f0f471 Jan 2022pre-release
Nothing published for this version
- v0.28.218 Dec 2021
Release notes2 sources agree
Open source →- [opt] nazahttp: 增强兼容性,解析http header时,存在没有冒号的行。把没有冒号的行内容判定为属于上一个header的value
- v0.28.2-0.20211211021905-711a9420642d11 Dec 2021pre-release
Nothing published for this version
- v0.28.111 Dec 2021
Release notes2 sources agree
Open source →- [feat] mock: 增加Sleep函数
- [fix] nazabytes: 修复Write函数错误写入的bug
- v0.28.027 Nov 2021
Release notes2 sources agree
Open source →- [feat] dataops: 增加SliceAllOf和SliceMinMax函数
- [refactor] nazabytes: 删除package nazastring,部分内容重构后移入package nazabytes中
- v0.27.222 Nov 2021
Release notes2 sources agree
Open source →- [fix] nazahttp: 修复ReadHttpHeader读取不完整就返回错误的bug
- [fix] nazahttp: 增加解析http header first line的兼容性
- v0.27.122 Nov 2021
Nothing published for this version
- v0.27.022 Nov 2021
Nothing published for this version
- v0.26.019 Nov 2021
Release notes2 sources agree
Open source →- [feat] nazaerrors: Wrap函数可填入补充信息
- [refactor] nazahttp: 丰富error信息
- v0.25.1-0.20211113124227-82ce6caf61ca13 Nov 2021pre-release
Nothing published for this version
- v0.25.013 Nov 2021
Release notes2 sources agree
Open source →- [feat] package nazabytes: 新增包,提供Buffer struct
- [feat] package dataops: 新增包,用于处理数据,比如切片类型转换,计数等等
- [feat] package chartbar: 支持负数; 支持只绘制容器中的部分元素; 支持配置柱状图样式
- [refactor] 删除pkg/fake/time.go
- v0.24.1-0.20211113123357-9a0fe4df6a0213 Nov 2021pre-release
Nothing published for this version
- v0.24.06 Nov 2021
Release notes2 sources agree
Open source →- [feat] package mock: 新增的包,目前可以模拟标准库中的time.Now, time.NewTimer
- [refactor] 移除package/ic
- v0.23.031 Oct 2021
Release notes2 sources agree
Open source →- [refactor] package nazacolor: color包重命名为nazacolor
- [fix] package chartbar: 解决中文对齐问题
- [chore] min golang version 1.13 -> 1.14
- v0.22.024 Oct 2021
- v0.21.116 Oct 2021
- v0.21.1-0.20211016153329-671bb441bcd316 Oct 2021pre-release
Nothing published for this version
- v0.21.07 Oct 2021
Release notes2 sources agree
Open source →- [feat] package color: 新包,控制台打印颜色相关
- [refactor] package nazalog: 颜色相关的改为依赖package color
- v0.20.225 Sept 2021
Release notes2 sources agree
Open source →- [feat] package nazajson: 新增函数CollectNotExistFields,用于收集json中所有不存在的字段
- [feat] package log: 暴露一些ASCII打印颜色的字符串常量
- v0.20.121 Aug 2021
Release notes2 sources agree
Open source →- [feat] package nazabits: 新增func ReadUeGolomb和ReadSeGolomb,分别读取无符号和有符号哥伦布编码数据
- [feat] package nazalog: Assert函数可选择填入描述信息
- [fix] package connection: 先关闭net.Close再发送通知消息至channel
- v0.20.1-0.20210806164358-ca71a3107f4c6 Aug 2021pre-release
Nothing published for this version
- v0.20.010 Jul 2021
- v0.19.34 Jul 2021
- v0.19.229 Jun 2021
- v0.19.111 Jun 2021
- v0.19.1-0.20210606093313-d8ee63b6e6926 Jun 2021pre-release
Nothing published for this version
- v0.19.06 Jun 2021
Release notes2 sources agree
Open source →- [refactor] 重构naza整个项目的命名规则,见 https://github.com/q191201771/lal/issues/87
- v0.18.524 Apr 2021
Release notes2 sources agree
Open source →- [feat] nazalog: 新增日志级别LevelTrace,目前已有trace, debug, info, warn, error, fatal, panic
- [feat] nazalog: 新增日志级别LevelNothing,初始化成这个级别的Logger,不会打印任何内容
- [feat] nazalog: 提供一个Logger实例DummyLogger,该实例不打印任何内容
- [feat] nazalog: 新增SetGlobalLogger,业务方可以设置替换全局Logger
- [feat] nazalog: 新增GetGlobalLogger,业务方可以获取全局Logger,比如将全局Logger赋值给其他Logger使用
- v0.18.417 Apr 2021
Release notes2 sources agree
Open source →- [feat] filesystemlayer: 新的包,提供一层文件操作的抽象,可以使用内存替换磁盘作为存储
- [refactor] sync: Mutex中使用unique.SingleGenerator
- v0.18.4-0.20210410102806-67d5ebcdf53810 Apr 2021pre-release
Nothing published for this version