Skip to content

Commit

Permalink
chore: update KLIP index
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Jun 3, 2020
1 parent 448c283 commit 420ba80
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions design-proposals/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,38 +37,38 @@ This is the guts of our improvement proposal process:

The progression of statuses should be: Proposal, Discussion, Approved, Merged

Next KLIP number: **28**
Next KLIP number: **30**

| KLIP | Status | Release |
|------------------------------------------------------------------------------------|:--------------:| ------: |
| [KLIP-X: Template](klip-template.md) | - | N/A |
| [KLIP-1: Improve UDF Interfaces](klip-1-improve-udf-interfaces.md) | Approved | N/A |
| [KLIP-2: Insert Into Semantics](klip-2-produce-data.md) | Merged | 5.3 |
| [KLIP-3: Serialization of single Fields](klip-3-serialization-of-single-fields.md) | Approved | N/A |
| [KLIP-4: Custom Type Registry](klip-4-custom-types.md) | Merged | 5.4 |
| [KLIP-6: Execution Plans](klip-6-execution-plans.md) | Merged | 5.5 |
| [KLIP-7: Kafka Connect Integration](klip-7-connect-integration.md) | Merged | 5.4 |
| [KLIP-8: Queryable State Stores](klip-8-queryable-state-stores.md) | Merged | 5.4 |
| [KLIP-9: Table Functions](klip-9-table-functions.md) | Merged | 5.4 |
| [KLIP-10: Suppress](klip-10-suppress.md) | Proposal | N/A |
| [KLIP-11: Redesign KSQL query language](klip-11-DQL.md) | Proposal | N/A |
| [KLIP-12: Implement High-Availability for Pull queries](klip-12-pull-high-availability.md)| Proposal | N/A |
| [KLIP-13: Introduce KSQL command to print connect worker properties to the console](klip-13-introduce-KSQL-command-to-print-connect-worker-properties-to-the-console.md) | Merged | 5.5 |
| [KLIP-14: ROWTIME as Pseudocolumn](klip-14-rowtime-as-pseudocolumn.md) | Merged | 0.9 / release after 5.5 |
| [KLIP-15: KSQLDB new API and Client(klip-15-new-api-and-client.md | Proposal | N/A |
| [KLIP-16: Introduce 'K$' dynamic views | Proposal | N/A |
| [KLIP-17: Remove 'INSERT INTO' in favour of SQL Union](klip-17-sql-union.md) | Proposed [Discussion](https://github.com/confluentinc/ksql/pull/4125) | N/A |
| [KLIP-18: Distributed Metastore](klip-18-distributed-metastore .md) | Proposal | N/A |
| [KLIP-19: Introduce Materialize Views](klip-19-materialize-views.md) | Proposal | N/A |
| [KLIP-20: Remove 'TERMINATE' statements](klip-20_remove_terminate.md) | Proposal | N/A |
| [KLIP-21: Correct 'INSERT VALUES' semantics](klip-21_correct_insert_values_semantics.md) | Proposal | N/A |
| KLIP-22: Add consumer group id to CREATE STREAM and CREATE TABLE DSL | Proposal | N/A |
| [KLIP-23: PRIMARY KEYs for tables](klip-23-primary-keys-for-tables.md) | Merged | 0.9 / 6.0 |
| [KLIP-24: KEY column semantics in queries](klip-24-key-column-semantics-in-queries.md)| Merged | 0.10 / 6.0 |
| KLIP-25: Removal of `WITH(KEY)` syntax | Proposal | N/A |
| [KLIP-26: Java client interfaces](klip-26-java-client-interfaces.md) | Proposal | N/A |
| KLIP-27: Enhanced UDF Configuration Options | Proposal | N/A |
| KLIP-28: Introduce 'CREATE OR REPLACE' for Query Upgrades | Proposal | N/A |
| KLIP-29: Explicit Table Primary Keys and Key-less Streams | Proposal [Discussion](https://github.com/confluentinc/ksql/pull/5530) | N/A |
| KLIP | Status | Community Release | CP Release | Discussion PR |
|------------------------------------------------------------------------------------------------------|:--------------:|:-----------------:|:----------:|:--------------|
| [KLIP-X: Template](klip-template.md) | - | - | - | - |
| [KLIP-1: Improve UDF Interfaces](klip-1-improve-udf-interfaces.md) | Approved | | | |
| [KLIP-2: Insert Into Semantics](klip-2-produce-data.md) | Merged | - | 5.3 | |
| [KLIP-3: Serialization of single Fields](klip-3-serialization-of-single-fields.md) | Approved | | | |
| [KLIP-4: Custom Type Registry](klip-4-custom-types.md) | Merged | - | 5.4 | |
| [KLIP-6: Execution Plans](klip-6-execution-plans.md) | Merged | 0.8.0 | 5.5 | |
| [KLIP-7: Kafka Connect Integration](klip-7-connect-integration.md) | Merged | - | 5.4 | |
| [KLIP-8: Queryable State Stores](klip-8-queryable-state-stores.md) | Merged | - | 5.4 | |
| [KLIP-9: Table Functions](klip-9-table-functions.md) | Merged | - | 5.4 | |
| [KLIP-10: Suppress](klip-10-suppress.md) | Proposal | | | |
| [KLIP-11: Redesign KSQL query language](klip-11-DQL.md) | Proposal | | | |
| [KLIP-12: Implement High-Availability for Pull queries](klip-12-pull-high-availability.md) | Proposal | | | |
| [KLIP-13: Expose Connect Worker Properties](klip-13-introduce-KSQL-command-to-print-connect-worker-properties-to-the-console.md) | Merged | 0.8.0 | 5.5.0 | |
| [KLIP-14: ROWTIME as Pseudocolumn](klip-14-rowtime-as-pseudocolumn.md) | Merged | 0.9 | 6.0.0 | |
| [KLIP-15: KSQLDB new API and Client](klip-15-new-api-and-client.md) | Proposal | | | |
| [KLIP-16: Introduce 'K$' dynamic views | Proposal | | | |
| [KLIP-17: Remove 'INSERT INTO' in favour of SQL Union](klip-17-sql-union.md) | Proposed | | | [Discussion](https://github.com/confluentinc/ksql/pull/4125) |
| [KLIP-18: Distributed Metastore](klip-18-distributed-metastore .md) | Proposal | | | |
| [KLIP-19: Introduce Materialize Views](klip-19-materialize-views.md) | Proposal | | | |
| [KLIP-20: Remove 'TERMINATE' statements](klip-20_remove_terminate.md) | Proposal | | | |
| [KLIP-21: Correct 'INSERT VALUES' semantics](klip-21_correct_insert_values_semantics.md) | Proposal | | | |
| KLIP-22: Add consumer group id to CREATE STREAM and CREATE TABLE DSL | Proposal | | | |
| [KLIP-23: PRIMARY KEYs for tables](klip-23-primary-keys-for-tables.md) | Merged | 0.9.0 | 6.0.0 | |
| [KLIP-24: KEY column semantics in queries](klip-24-key-column-semantics-in-queries.md) | Merged | 0.10.0 | 6.0.0 | |
| [KLIP-25: Removal of `WITH(KEY)` syntax](klip-25-removal-of-with-key-syntax.md) | Merged | 0.10.0 | 6.0.0 | |
| [KLIP-26: Java client interfaces](klip-26-java-client-interfaces.md) | Proposal | | | |
| KLIP-27: Enhanced UDF Configuration Options | Proposal | | | [Discussion](https://github.com/confluentinc/ksql/pull/5269) |
| KLIP-28: Introduce 'CREATE OR REPLACE' for Query Upgrades | Proposal | | | |
| [KLIP-29: Explicit Table Primary Keys and Key-less Streams]( klip-29-explicit-keys.md) | Merged | 0.10.0 | 6.0.0 | [Discussion](https://github.com/confluentinc/ksql/pull/5530) |


0 comments on commit 420ba80

Please sign in to comment.