Skip to content

Commit f0e2dcc

Browse files
authored
chore: add removal notice (#345)
1 parent b7cba02 commit f0e2dcc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
[![](https://godoc.org/github.com/netlify/netlify-commons?status.svg)](https://godoc.org/github.com/netlify/netlify-commons)
44

5+
> This repo is actively being decomposed. Please check the section below for where many packages have moved. The deprecation process is slow so code is removed where possible, but to stop doing major refactors, we are putting this notice
6+
7+
## Decomposition information
8+
These packages have moved and will be removed in an upcoming breaking change. Please prefer making the modifications to the new repos. There will be no effort in maintaining packages that have been marked for deletion.
9+
10+
- `nconf` --> [go-config](https://github.com/netlify/go-config)
11+
- `metriks`, `tracing` --> [go-observability](https://github.com/netlify/go-observability)
12+
- `featureflags` --> [go-flags](https://github.com/netlify/go-flags)
13+
- `testutil` --> [go-test-utils](https://github.com/netlify/go-test-utils)
14+
- `bugsnag`, `pprof`, `util` --> [go-utils](https://github.com/netlify/go-utils)
15+
16+
The largest change is going to be porting `router`, `http`, and `server` to their own repos.
17+
18+
Things that are on the chopping block coming up (pending time mostly):
19+
- removal of the `instrument`, `graceful`, `discovery` packages as there is minimal usage and some functionality is better supported in the stdlib
20+
- moving `mongoclient` out
21+
- moving `ntoml` out
22+
523
This is a core library that will add common features for our services.
624

725
> The ones that have their own right now will be migrated as needed

0 commit comments

Comments
 (0)