Releases: apolloconfig/agollo
Releases · apolloconfig/agollo
v1.4.2
Fix #26 data race in currentConnApolloConfig
v1.4.1
- Fix #23 GetStringValue - get config value fail!err:Entry not found
v1.4.0
readyConfig:=&AppConfig{
AppId:"test1",
Cluster:"dev1",
NamespaceName:"application1",
Ip:"localhost:8889",
}
InitCustomConfig(func() (*AppConfig, error) {
return readyConfig,nil
})
v1.3.1
- fix: 将key全部删除时,仍应该发送事件通知
- fix: 当key的value没有变化时,不推送这个key的事件通知
v1.2.0
- fix #11 修复问题,支持启动先加载配置,以便业务处理
- 增加ci支持golang 1.9
v1.1.0
- 增加自定义logger功能,默认使用seelog,启动时可替换
v1.0.3
- change StatusNotModified log from Warn to Info level
v1.0.2
- Fix #9 : change /notifications/v2 timeout to 10m,another interfaces still 1s
v1.0.1.2
change update cache strategy to increment