From 43766847d12f6a0f19b94ba5312e96fed926b480 Mon Sep 17 00:00:00 2001 From: Venkata Sai Dheeraj Narayanabhatla Date: Wed, 17 May 2023 21:24:33 -0400 Subject: [PATCH] Added features implemented section Added features implemented section --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da74f36f..4cc14554 100644 --- a/README.md +++ b/README.md @@ -118,4 +118,11 @@ Once we have created 7. [Influx Docs](https://github.com/influxdata/influxdb-java) 8. [Spring JPA](https://docs.spring.io/spring-data/jpa/docs/current/reference/html/) - I would only look this over if you plan on working with the Data otherwise not very necessary \ No newline at end of file + I would only look this over if you plan on working with the Data otherwise not very necessary + +## Features Implemented - Spring 2023 + +| No.| Feature | Branch name | +|----|-------------------------------------------------------------|-------------------------------------------------------------------------------------------------------| +| 1 | HTTP Pipelining for Reader using Apache HTTP client library | [origin/vn/httppipelining](https://github.com/didclab/Transfer-Service/tree/origin/vn/httppipelining) | +| 2 | Added support for WebDAV reader and writer | [origin/vn/webdav](https://github.com/didclab/Transfer-Service/tree/origin/vn/webdav) |