Sers2.1.1.txt 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. --------------
  2. [191106]
  3. [t1911_01]
  4. 1.【ServiceCenter】添加网关功能
  5. 2.修改命名ApiLoader(原名ApiDiscovery)
  6. 3.添加支持 http statusCodes
  7. [t1911_03]BeforeCallApi 3处,优化为显式指定所处位置(Gateway、ServiceCenter、LocalApiService)
  8. [t1911_04]appsettings.json ServiceCenter ApiRouteType 配置迁移到ServiceCenter路径下
  9. [t1911_05]appsettings.json SersApiDiscovery 配置文件的配置改名为 ApiLoader
  10. [t1911_02]修复Postman raw 数据不显示的bug
  11. [t1911_06]Gover Api 可按照route筛选
  12. [191113]抽取和微服务无关的工具类到Vit.Core类库
  13. [191115]完成LocalApiService处理超时强制中断功能
  14. --------------------------------------
  15. 191119
  16. [t1911_12]SsApiLoader实现 httpMethod
  17. --------------------------------------
  18. 191219
  19. RpcData 添加支持 http protocol
  20. 原生支持netcore webapi作为 ServiceStation(Serslot21)
  21. --------------------------------------
  22. [191222]
  23. 更改Mq的命名空间为CL
  24. --------------------------------------
  25. [191231]
  26. js编写ServiceStation
  27. 修改默认端口号
  28. Gateway与IIS集成
  29. --------------------------------------
  30. [200210]
  31. ServiceStationUnqueKey 和 DeviceUnqueKey 改为异步加载并向服务中心提交修改请求
  32. --------------------------------------
  33. [200222]
  34. [200221]WebHost 去除 请求body大小限制
  35. [tag]Sers2.1.1.281
  36. ------------------------------------------------------------------------------------------------------------------
  37. [2020-03-01]
  38. 修复SsRpcVerify
  39. [tag]Sers2.1.1.290
  40. ------------------------------------------------------------------------------------------------------------------
  41. [2020-03-02]
  42. 内部调用时,手动添加url前缀 "http://sers.internal"
  43. ApiClient调用api时,route自动剔除search(?以及后面的字符串),并根据url query构建body
  44. [tag]Sers2.1.1.291
  45. ------------------------------------------------------------------------------------------------------------------
  46. 优化ApiLoader效率,减少不必要的SsApiDesc的构建
  47. [tag]Sers2.1.1.296
  48. ------------------------------------------------------------------------------------------------------------------
  49. SersKit修复邮件在linux中不能发送的bug
  50. ServiceCenter添加强制关闭服务站点功能
  51. [tag]Sers2.1.1.297
  52. ------------------------------------------------------------------------------------------------------------------
  53. ServiceCenter OrganizeConnection 关闭时关闭ServiceCenter
  54. [tag]Sers2.1.1.299
  55. ------------------------------------------------------------------------------------------------------------------
  56. 修复文件相对路径的bug
  57. Gateway 若配置文件不指定Logging配置则关闭netcore log
  58. ServiceCenter服务站点等页面添加默认排序,ServiceStation添加服务开启时间
  59. [tag]Sers2.1.1.300
  60. ------------------------------------------------------------------------------------------------------------------
  61. 映射静态文件。调整配置。添加手动指定headers功能。
  62. [tag]Sers2.1.1.303
  63. ------------------------------------------------------------------------------------------------------------------
  64. 修改WebHost StaticFiles配置
  65. [tag]Sers2.1.1.304
  66. ------------------------------------------------------------------------------------------------------------------
  67. 服务中心添加按照服务站点统计qps功能
  68. [tag]Sers2.1.1.316
  69. ------------------------------------------------------------------------------------------------------------------
  70. 修复程序退出函数在没正常启动程序时不正确退出的bug(StopStation StopCenter)
  71. [tag]Sers2.1.1.318
  72. ------------------------------------------------------------------------------------------------------------------
  73. 服务中心 添加apm.zipkin
  74. [tag]Sers2.1.1.329
  75. ------------------------------------------------------------------------------------------------------------------