[Groonga-commit] pgroonga/pgroonga at 78d203b [master] Add 0.5.0 entry

アーカイブの一覧に戻る

Kouhei Sutou null+****@clear*****
Wed Apr 22 20:42:41 JST 2015


Kouhei Sutou	2015-04-22 20:42:41 +0900 (Wed, 22 Apr 2015)

  New Revision: 78d203b6f8c6015a85dd3e08634e4a267522a9d3
  https://github.com/pgroonga/pgroonga/commit/78d203b6f8c6015a85dd3e08634e4a267522a9d3

  Message:
    Add 0.5.0 entry

  Modified files:
    news.md

  Modified: news.md (+17 -0)
===================================================================
--- news.md    2015-04-22 20:33:11 +0900 (4dadf82)
+++ news.md    2015-04-22 20:42:41 +0900 (09ad7cd)
@@ -1,5 +1,22 @@
 # News
 
+## 0.5.0: 2015-04-29
+
+You can't upgrade to 0.5.0 from 0.4.0 without re-creating `pgroonga`
+index. You need to re-install PGroonga:
+
+    DROP EXTENSION pgroonga CASCADE;
+    CREATE EXTENSION pgroonga;
+    -- Create your pgroonga indexes again.
+
+### Improvements
+
+  * `pgroonga.score()`: Supported HOT update.
+
+### Changes
+
+  * `pgroonga.score()`: Required primary key.
+
 ## 0.4.0: 2015-03-29
 
 You can't upgrade to 0.4.0 from 0.3.0 without re-creating `pgroonga`
-------------- next part --------------
HTML����������������������������...
ダウンロード 



More information about the Groonga-commit mailing list
アーカイブの一覧に戻る