Skip to content

Commit d66f876

Browse files
authored
Stable release (#121)
Signed-off-by: arekkas <[email protected]>
1 parent 4f21092 commit d66f876

23 files changed

+72
-1572
lines changed

.travis.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
11
sudo: required
22

3-
services:
4-
- docker
5-
63
env:
7-
- DOCKER_BIND_LOCALHOST=true
4+
- GO111MODULE=on
85

96
language: go
107

118
go_import_path: github.com/ory/ladon
129

1310
go:
14-
- 1.9
11+
- 1.11
1512

1613
install:
1714
- go get github.com/mattn/goveralls golang.org/x/tools/cmd/cover github.com/pierrre/gotestcover
18-
- curl -L -s https://github.com/golang/dep/releases/download/v0.3.2/dep-linux-amd64 -o $GOPATH/bin/dep && chmod +x $GOPATH/bin/dep
19-
- dep ensure -vendor-only
2015

2116
script:
2217
- gotestcover -coverprofile="cover.out" -race -covermode="atomic" $(go list ./... | grep -v /vendor/)

Gopkg.lock

Lines changed: 0 additions & 276 deletions
This file was deleted.

Gopkg.toml

Lines changed: 0 additions & 62 deletions
This file was deleted.

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,13 @@
1414

1515
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
1616

17+
## 1.0.0
18+
19+
The SQL storage implementation has been removed. The reason being that it had serious scalability issues which could
20+
cause trouble in high-throughput environments.
21+
22+
Everything else stays the same, ORY Ladon is now feature-complete.
23+
1724
## 0.8.0
1825

1926
Managers now must implement `Update(policy Policy) error`.

PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)