version 1.0.0
	- Added server side service_level, traffic_class tunables
	- Fixed potential hang coming from ibv_start_poll
version 0.8.4
        - Fix the descr string when rdma_peer_type is set to "dmabuf" 
        - Fix the descr string when rdma_peer_type is set to "dmabuf" 
version 0.8.3
        - Fix crashes in IO path when multiple threads are updating the address handle cache
        - Fix ASAN and coverity issues
        - Limit Client side Memory registration to 4GiB
        - Remove restriction on 4K page alignment
version 0.8.2
	- Support for SG List on the server side with offsets and size to an existing registration
	- Return from Async Polling even if no entries are available in the CQ
	- Fix system memory path not working on systems with CTK present but no GPU present
version 0.8
	- Support for SG List on the server side
	- Async Support on the server side
	- Bounce Buffer support on the client side
	- Disable Threadpool by default
	- Minor bug fixes
version 0.7
	- Add support for aarch64
	- Add local offset support for local RDMA buffer on the server side
        - Add adaptive polling to reduce the server CPU usage
        - Add params to cuObjServer params to specify optional poll_delay
        - Limit the IO size to 1GiB on client tools to handle 1GiB limit of sge for RDMA
        - Add new client API to get Memory type given ptr
	- Minor bug fixes
version 0.6
	- Fix for segfaults observed with telemetry
version 0.5
        - Added Telemetry support, Server Tunables, Benchmark for testing multi-threaded application 
        - Added API cuMemObjGetMaxRequestCallbackSize to get RDMA Max Buffer callback size
        - Fix client crashes when nvidia-fs is loaded 
        - Fix for server issues running in same process as client
        - Fix for sysmem support on system with libcuda.so present on a non-GPU machine
        - Fix for sysmem support where NIC returns numa affinity as -1
        - Added new json file
version 0.4 
        - Add sysmem support on systems without CUDA Toolkit or GPU present. 
version 0.3 
        - cleanup and buf fixes for IO size < 64KB with system memory 
        - add cmake files
        - support multiple GET/PUT operations with sock_client
        - Add docker files for sock_client and sock_server
version 0.2 
        - Add system memory support 
version 0.1 
        - initial implementation of libcuobjclient.so and libcouobjserver.so and test application
