GitLab 8.8.5 发布了,主要改进如下:
CE/EE: Import GitHub repositories respecting the API rate limit (!4166)
CE/EE: Fix todos page throwing errors when you have a project pending deletion (!4300)
CE/EE: Disable ...详情
Apache Solr 6.1.0 发布了。
一些改进提升:
* Added graph traversal support, and new “sort” and “random” streaming
expressions. It’s also now possible to create streaming expressions ...详情
Apache Lucene 6.1.0 发布了。
一些新特性:
* Numerous improvements to LatLonPoint, for indexing a latitude/longitude
point and searching by polygon, distance or box, or finding nearest
neighbors
* Geo3D now has ...详情
Redis 3.2.1 发布了,Redis 是一个高性能的key-value数据库。 redis的出现,很大程度补偿了memcached这类keyvalue存储的不足,在部 分场合可以对关系数据库起到很好的补充作用。它提供了Python,Ruby,Erlang,PHP客户端,使用很方便。
以下是该版本发布值得关注的内容:
A critical bug in Sentinel was hopefu...详情
Node v6.2.2 (Current) 发布了,主要更新如下:
http:
req.read(0) could cause incoming connections to stall and time out under certain conditions. (Fedor Indutny) #7211
When freeing the socket to be reused in kee...详情
Vue v2.0.0-alpha.5 发布了,Vue.js 是构建 Web 界面的 JavaScript 库,提供数据驱动的组件,还有简单灵活的 API,使得 MVVM 更简单。
主要特性:
可扩展的数据绑定
将普通的 JS 对象作为 model
简洁明了的 API
组件化 UI 构建
配合别的库使用
新增特性及使用示例:
The render function now receives...详情