Skip to content

Commit

Permalink
Merge pull request #34 from golemcloud/final-1.1
Browse files Browse the repository at this point in the history
Final Golem 1.1
  • Loading branch information
vigoo authored Dec 3, 2024
2 parents 1ca3c2a + baf8ec3 commit 20b37f8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 265 deletions.
257 changes: 0 additions & 257 deletions wit-packages/golem-api/golem-host.wit

This file was deleted.

2 changes: 1 addition & 1 deletion wit-packages/golem-api/wit.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.2.0"
version = "1.1.0"

[dependencies]
"wasi:io" = "0.2.0"
Expand Down
6 changes: 1 addition & 5 deletions wit/deps/golem-1.1/golem-host-1.1.wit
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
// UNSTABLE API - WILL BE CHANGING UNTIL THE GOLEM 1.1 RELEASE
//
// BACKWARD COMPATIBILITY GUARANTEES ARE NOT APPLIED TO WORKERS USING THIS HOST INTERFACE

package golem:api@1.1.0-rc1;
package golem:api@1.1.0;

/// The Golem host API provides low level access to Golem specific features such as promises and control over
/// the durability and transactional guarantees the executor provides.
Expand Down
2 changes: 1 addition & 1 deletion wit/deps/golem-1.1/golem-oplog-1.1.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package golem:api@1.1.0-rc1;
package golem:api@1.1.0;

/// Host interface for enumerating and searching for worker oplogs
interface oplog {
Expand Down
2 changes: 1 addition & 1 deletion wit/deps/golem-1.1/golem-oplog-processor-1.1.wit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package golem:api@1.1.0-rc1;
package golem:api@1.1.0;

interface oplog-processor {
use wasi:clocks/wall-clock@0.2.0.{datetime};
Expand Down

0 comments on commit 20b37f8

Please sign in to comment.