登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
Gitee AI
NEW
我知道了
查看详情
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
程序开发
>
微服务
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
12
Star
86
Fork
21
PolarisMesh
/
polaris
代码
Issues
3
Pull Requests
0
Wiki
统计
流水线
服务
Gitee Pages
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
我知道了,不再自动展开
发行版
最新版
v1.12.1
e1fe682
2022-11-21 17:38
对比
v1.12.1
polarisadmin
## What's Changed * fix:修复zh.toml中的错误码描述 by @chuntaojun in https://github.com/polarismesh/polaris/pull/742 * [ISSUE #737] fix:修复polaris-server.yaml by @chuntaojun in https://github.com/polarismesh/polaris/pull/747 * feat: 修复正则表达式不生效问题 by @andrewshan in https://github.com/polarismesh/polaris/pull/754 **Full Changelog**: https://github.com/polarismesh/polaris/compare/v1.12.0...v1.12.1
最后提交信息为:
feat: 修复正则表达式不生效问题 (#754)
v1.12.0
42a9fab
2022-10-12 12:01
对比
v1.12.0
polarisadmin
## What's Changed ### Enhancement - [PR #658] bootstrap config pretty print - [PR #627] Polaris HTTP server support Swagger2.0 - [PR #665] 添加鉴权模块相关接口文档 - [PR #674] 丰富core下面namespace相关接口的swagger信息 - [PR #642] 自定义路由-part1(proto定义 & v1/v2 拆分) - [PR #676] 北极星自定义路由 part2(路由协议v2版本实现) - [PR #687] 支持 xdsv3 协议下发规则时输出debug日志 ### BugFix - [PR #650] fix: invalid memory address or nil pointer dereference - [PR #659] fix: 限流规则匹配标签无法完全删除的问题 - [PR #661] fix: 修复限流用例失败问题 - [PR #673] fix:修复eureka协议中心跳错误的处理 - [PR #684] fix:修复自定义路由v1转v2的id漂移问题 - [PR #693] fix: 修复v2路由规则对于v1路由规则兼容逻辑 ## New Contributors * @lbbniu made their first contribution in https://github.com/polarismesh/polaris/pull/667 **Full Changelog**: https://github.com/polarismesh/polaris/compare/v1.11.3...v1.12.0
最后提交信息为:
fix: 修复polaris-console.yaml问题 (#726)
v1.12.0-beta.1
44d72a9
2022-09-27 18:27
对比
v1.12.0-beta.1
polarisadmin
## What's Changed ### Enhancement - [PR #658] bootstrap config pretty print - [PR #627] Polaris HTTP server support Swagger2.0 - [PR #665] 添加鉴权模块相关接口文档 - [PR #674] 丰富core下面namespace相关接口的swagger信息 - [PR #642] 自定义路由-part1(proto定义 & v1/v2 拆分) - [PR #676] 北极星自定义路由 part2(路由协议v2版本实现) - [PR #687] 支持 xdsv3 协议下发规则时输出debug日志 ### BugFix - [PR #650] fix: invalid memory address or nil pointer dereference - [PR #659] fix: 限流规则匹配标签无法完全删除的问题 - [PR #661] fix: 修复限流用例失败问题 - [PR #673] fix:修复eureka协议中心跳错误的处理 - [PR #684] fix:修复自定义路由v1转v2的id漂移问题 - [PR #693] fix: 修复v2路由规则对于v1路由规则兼容逻辑 **Full Changelog**: https://github.com/polarismesh/polaris/compare/v1.11.3...v1.12.0-beta.0
最后提交信息为:
Update unit test (#699)
v1.11.3
febe03b
2022-09-19 18:20
对比
v1.11.3
polarisadmin
## What's Changed ### Enhancement - [PR #532] 支持配置某些服务在控制台列表进行隐藏 - [PR #526] support config file template - [PR #552] 限流功能 & UI 交互优化 - [PR #550] 服务端报错支持 i18n - [PR #553] 配置中心代码优化 ### BugFix - [ISSUE #520] 服务注册后,没有做任何操作但是实例的修改时间会发生变化 - [ISSUE #669 ] 修复eureka协议中对于心跳错误码的兼容问题 ### Install - [PR #530] 调整 docker 镜像 tag 的发布规则 ### Test * [PR #509] add unit test depend mysql * [PR #542] Integration test * [PR #548] feat: support integration testing of healthCheckRedis ## New Contributors * @mhcvs2 made their first contribution in https://github.com/polarismesh/polaris/pull/530 * @GuiyangZhao made their first contribution in https://github.com/polarismesh/polaris/pull/532 * @shuiqingliu made their first contribution in https://github.com/polarismesh/polaris/pull/548 * @mangoGoForward made their first contribution in https://github.com/polarismesh/polaris/pull/547 **Full Changelog**: https://github.com/polarismesh/polaris/compare/v1.10.0...v1.11.3
最后提交信息为:
refactor: rename delta sql script name (#675)
v1.11.1
40fe20e
2022-09-11 15:04
对比
v1.11.1
polarisadmin
#### 功能优化 - [PR #532] 支持配置某些服务在控制台列表进行隐藏 - [PR #526] 支持配置模版功能(UI交互暂未支持) - [PR #552] 新限流后台功能 & UI 交互优化 - [PR #550] 服务端报错支持 i18n - [PR #553] 配置中心代码结构调整 #### Bug修复 - [ISSUE #520] 服务注册后,没有做任何操作但是实例的修改时间会发生变化 #### 安装优化 - [PR #530] 调整 docker 镜像 tag 的发布规则 #### 代码测试 * [PR #509] 单元测试 & 集成测试添加MySQL存储测试场景 * [PR #542] 优化整体的集成测试 & 单元测试 * [PR #548] 单元测试 & 集成测试添加Redis存储测试场景 #### 新贡献者 * @mhcvs2 made their first contribution in https://github.com/polarismesh/polaris/pull/530 * @GuiyangZhao made their first contribution in https://github.com/polarismesh/polaris/pull/532 * @shuiqingliu made their first contribution in https://github.com/polarismesh/polaris/pull/548 * @mangoGoForward made their first contribution in https://github.com/polarismesh/polaris/pull/547 **Full Changelog**: https://github.com/polarismesh/polaris/compare/v1.10.0...v1.11.1
最后提交信息为:
fix: invalid memory address or nil pointer dereference (#651)
预览版本
v1.10.0
33e2b1f
2022-06-30 10:09
对比
v1.10.0
polarisadmin
## What's Changed ### Feature - [PR #403] feat: add tls and acl options to redis configuration - [PR #405] feat: add redis options of minIdleConns and poolSize - [PR #419] fully support all the eureka api - [PR #454] feat: support cluster-deployed redis and sentinel-deployed redis - [PR #456] feat: 通讯支持加密协议TLS ### Bugfix - [PR #378] 依赖timestamp进行cache增量更新 - [PR #397] add operator for config module - [PR #413] fix config_center uint test failure - [PR #433] 修复配置中心部分函数栈移除 - [PR #450] bugfix: fix prometheus server post process callback - [PR #452] Service cache not refresh when service delete - [PR #480] Fix ratelimit rule refresh cache when use boltdb - [PR #484] fix:fix return of empty string - [PR #486] fix not permission when crontab run check.sh - [PR #492] fix new regis logic not compitable old sdk version ### Enhancement - [PR #375] remove authority and perf register - [PR #387] 优化服务发现性能 - [PR #381] 服务名称支持使用反斜线进行拼接 - [PR #440] Registration & Heartbeat Performance Optimization ### Install - [PR #388] feat: add polaris server with config build script - [PR #442] 修改CHARSET = utf8mb4 COLLATE = utf8mb4_bin - [PR #444] 修改编译任务支持arm64版本打包 - [PR #478] fix: add build version - [PR #479] fix build version for docker ### Code Style - [PR #224] style: improve code readability - [PR #372] 补充单元测试 & 修复boltdb问题 - [PR #385] add pr codecov - [PR #399] feat: event watch refactor use map with rwlock - [PR #401] feat: config/utils code adjust - [PR #406] feat:refactor server init and go fmt - [PR #408] feat: refactor redispool - [PR #410] feat: refactor StringSliceDeDuplication - [PR #411] Feature/daheige/default auth adjust - [PR #424] feat: maintain code adjust and default refactor - [PR #458] refactor: remove unused file - [PR #471] feat: refactor CircuitBreakerCache and ClientCache with map + rwlock ## New Contributors * @hitzhangjie made their first contribution in https://github.com/polarismesh/polaris/pull/224 * @huyuanxin made their first contribution in https://github.com/polarismesh/polaris/pull/388 * @magederek made their first contribution in https://github.com/polarismesh/polaris/pull/403 * @zhouyang8304 made their first contribution in https://github.com/polarismesh/polaris/pull/433 * @HIPIAOYI made their first contribution in https://github.com/polarismesh/polaris/pull/442 * @mice2018 made their first contribution in https://github.com/polarismesh/polaris/pull/444 * @betNevS made their first contribution in https://github.com/polarismesh/polaris/pull/458 * @edocevol made their first contribution in https://github.com/polarismesh/polaris/pull/454 * @JasonChen86899 made their first contribution in https://github.com/polarismesh/polaris/pull/456 **Full Changelog**: https://github.com/polarismesh/polaris/compare/v1.9.0...v1.10.0
最后提交信息为:
Hotfix uninstall.sh (#558)
v1.9.0
7ae1f09
2022-06-27 18:19
对比
v1.9.0
polarisadmin
## What's Changed ### Feature - [ISSUE #404](https://github.com/polarismesh/polaris/issue/404) feat: add redis options of minIdleConns and poolSize - [ISSUE #398](https://github.com/polarismesh/polaris/issue/398) feat: add tls and acl options to redis configuration ### Bugfix - [ISSUE #371](https://github.com/polarismesh/polaris/issue/371) 补充单元测试 & 修复boltdb问题 - [ISSUE #345](https://github.com/polarismesh/polaris/issue/345) 依赖timestamp进行cache增量更新 - [PR #413](https://github.com/polarismesh/polaris/pull/413) fix config_center uint test failure ### Enhancement - [ISSUE #382](https://github.com/polarismesh/polaris/issue/382) 优化服务发现性能 - [ISSUE #369](https://github.com/polarismesh/polaris/issue/369) remove authority and perf register - [ISSUE #380](https://github.com/polarismesh/polaris/issue/380) 服务名称支持使用反斜线进行拼接 - [ISSUE #397](https://github.com/polarismesh/polaris/pull/397) add operator for config module ### Install - [ISSUE #389](https://github.com/polarismesh/polaris/issue/389) feat: add polaris server with config build script ### Code Style - [PR #224](https://github.com/polarismesh/polaris/pull/224) style: improve code readability - [ISSUE #382](https://github.com/polarismesh/polaris/issue/382) add pr codecov - [PR #391](https://github.com/polarismesh/polaris/pull/391) feat:修正文档说明 - [PR #394](https://github.com/polarismesh/polaris/pull/394) docs:update info of spring cloud integrates with polaris-java - [ISSUE #402](https://github.com/polarismesh/polaris/issue/402) config/utils code adjust - [ISSUE #400](https://github.com/polarismesh/polaris/issue/400) feat: event watch refactor use map with rwlock - [PR #411](https://github.com/polarismesh/polaris/pull/411) Feature/daheige/default auth adjust - [PR #410](https://github.com/polarismesh/polaris/pull/410) feat: refactor StringSliceDeDuplication ## New Contributors * @hitzhangjie made their first contribution in https://github.com/polarismesh/polaris/pull/224 * @huyuanxin made their first contribution in https://github.com/polarismesh/polaris/pull/388 * @magederek made their first contribution in https://github.com/polarismesh/polaris/pull/403 **Full Changelog**: https://github.com/polarismesh/polaris/compare/v1.8.0...v1.9.0-beta
最后提交信息为:
feat: update version
下载
请输入验证码,防止盗链导致资源被占用
取消
下载
Go
1
https://gitee.com/polarismesh/polaris.git
git@gitee.com:polarismesh/polaris.git
polarismesh
polaris
polaris
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册